summaryrefslogtreecommitdiff
path: root/src/stdint/INT32_MAX.c
blob: dd935ae319900605d018423645395ca13a7b319c (plain)
1
2
3
4
5
6
#include <stdint.h>
#define INT32_MAX                                                   (2147483647)

/*
STDC(199901)
*/