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

/*
STDC(199901)
*/