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
/
PRIx32.h
blob: a666bfb8960cbe1a25bef9314f1c693d85b702a0 (
plain
)
1
2
3
4
5
6
#include <inttypes.h> #define PRIx32 "lx" /* STDC(199901) */