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

/*
STDC(199901)
*/