use inttypes

This commit is contained in:
rsc 2006-01-06 18:15:40 +00:00
parent ed0601ee18
commit 749481f200
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
#include <stdint.h> #include <inttypes.h>
/* /*
* compiler directive on Plan 9 * compiler directive on Plan 9