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
/
PRIi64.c
blob: 8a803ccb330ef5d7c8ba0309b5bf2e304f16d799 (
plain
)
1
2
3
4
5
6
#include <inttypes.h> #define PRIi64 "lli" /* STDC(199901) */