diff options
Diffstat (limited to 'userland/libc/inttypes.h')
-rw-r--r-- | userland/libc/inttypes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/userland/libc/inttypes.h b/userland/libc/inttypes.h new file mode 100644 index 0000000..0bf39d1 --- /dev/null +++ b/userland/libc/inttypes.h @@ -0,0 +1,5 @@ +#include <stdint.h> + +// FIXME: These are not correct +#define PRId64 "d" +#define PRId32 "d" |