summaryrefslogtreecommitdiff
path: root/src/limits/WORD_BIT.h
blob: 184ff1a7099ddb270a7541a3404a09a2ee5cf26a (plain)
1
2
3
4
5
6
7
#include <limits.h>
#define WORD_BIT                                                            (32)
/* MIN: 32 */
/*
XOPEN(4)
POSIX(200809)
*/