summaryrefslogtreecommitdiff
path: root/src/stdint/INT_LEAST8_MAX.h
blob: 5df7f7551c893f341a4eacc21b5e5a3a0eecaf82 (plain)
1
2
3
4
5
6
#include <stdint.h>
#define INT_LEAST8_MAX                                                     (127)

/*
STDC(199901)
*/