blob: 29445ce95de0dbb7636cc1f440b71c1a3feae46f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#include <limits.h>
#define CHAR_BIT (8)
/** bits per byte **/
/***
is the number of bits in a TYPE(char).
***/
/*
VALUE_MIN(8)
P_OSIX(VALUE_FIXED(8))
*/
/*
STDC(1)
*/
|