summaryrefslogtreecommitdiff
path: root/src/limits/SCHAR_MAX.h
blob: 667b025e24b504d732a70b5ac7c2e5480b8ef26e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <limits.h>
#define SCHAR_MAX                                                          (127)

/** signed char maximum **/

/***
is the maximum value representable as a TYPE(signed char).
***/

/*
VALUE_MIN(127)
POSIX_SPECIFIC(V_ALUE_FIXED(127)
*/
/*
STDC(1)
*/