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_C.c
blob: c051c9ae283e1b4f81b8ba1c608331c748a5ccd9 (
plain
)
1
2
3
4
5
6
#include <stdint.h> #define INTMAX_C(value) ((intmax_t)value##LL) /* STDC(199901) */