summaryrefslogtreecommitdiff
path: root/src/stdint/INT_FAST8_MIN.c
blob: 86ee6ec9f2f0884530af2041b4cbe181a804ce6b (plain)
1
2
3
4
5
6
#include <stdint.h>
#define INT_FAST8_MIN                                                     (-128)

/*
STDC(199901)
*/