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
/
stdint
/
intptr_t.h
blob: f72a6eb8ce04d65d87dff677ebc70c818a44784f (
plain
)
1
2
3
4
5
6
#include <stdint.h> typedef unsigned long int intptr_t; /* STDC(199901) */