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