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