summaryrefslogtreecommitdiff
path: root/userland/libc/inttypes.h
blob: 0bf39d1d403eec6e29d2729cc52b18a1e6ec50f9 (plain)
1
2
3
4
5
#include <stdint.h>

// FIXME: These are not correct
#define PRId64 "d"
#define PRId32 "d"