use inttypes
This commit is contained in:
parent
ed0601ee18
commit
749481f200
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdint.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#undef sqrt
|
#undef sqrt
|
||||||
#define sqrt p9_sqrt
|
#define sqrt p9_sqrt
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#include <stdint.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* compiler directive on Plan 9
|
* compiler directive on Plan 9
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue