summaryrefslogtreecommitdiff
path: root/src/limits/LONG_BIT.h
blob: 16f76633ff5f54a12cf1719df1422162bff631e9 (plain)
1
2
3
4
5
6
7
8
#include <limits.h>
#define LONG_BIT                                                            (32)
* MIN: 32 */
/** the number of bits in a type(long int) **/
/*
XOPEN(4)
POSIX(200809)
*/