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