summaryrefslogtreecommitdiff
path: root/src/stdint/INT_FAST16_MAX.h
blob: 4705b9c8bf35e7a4293a2c9602e60371fb87ae32 (plain)
1
2
3
4
5
6
#include <stdint.h>
#define INT_FAST16_MAX                                                   (32767)

/*
STDC(199901)
*/