index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
inttypes
/
PRIu64.h
blob: 8e6002381efa56fb019d897abafd9e2b4cf4ed38 (
plain
)
1
2
3
4
5
6
#include <inttypes.h> #define PRIu64 "llu" /* STDC(199901) */