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_MIN.h
blob: 632b7ff04bce39977b927a07fbda94c4f3dcaad4 (
plain
)
1
2
3
4
5
6
#include <stdint.h> #define INTMAX_MIN (-INTMAX_MAX - 1LL) /* STDC(199901) */