summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/com32/include/bitsize/limits.h
blob: f90e524b2b482870265b74ad6dabfc16d23a24de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * bits32/limits.h
 */

#ifndef _BITSIZE_LIMITS_H
#define _BITSIZE_LIMITS_H

#define LONG_BIT	32

#define LONG_MIN	(-2147483647L-1)
#define LONG_MAX	2147483647L
#define ULONG_MAX	4294967295UL

#endif /* _BITSIZE_LIMITS_H */