repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding upstream version 4.00~pre53+dfsg.
[syslinux-debian/hramrach.git]
/
com32
/
include
/
bitsize
/
limits.h
blob
f90e524b2b482870265b74ad6dabfc16d23a24de
1
/*
2
* bits32/limits.h
3
*/
4
5
#ifndef _BITSIZE_LIMITS_H
6
#define _BITSIZE_LIMITS_H
7
8
#define LONG_BIT 32
9
10
#define LONG_MIN (-2147483647L-1)
11
#define LONG_MAX 2147483647L
12
#define ULONG_MAX 4294967295UL
13
14
#endif
/* _BITSIZE_LIMITS_H */