repo.or.cz
/
syslinux-debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Releasing debian version 3:6.03+dfsg-10.
[syslinux-debian.git]
/
com32
/
include
/
bitsize64
/
limits.h
blob
1acb1bc8d3e70385be423300f2edb05fe3198627
1
/*
2
* bits64/limits.h
3
*/
4
5
#ifndef _BITSIZE64_LIMITS_H
6
#define _BITSIZE64_LIMITS_H
7
8
#define LONG_BIT 64
9
10
#define LONG_MIN (-9223372036854775807L-1)
11
#define LONG_MAX 9223372036854775807L
12
#define ULONG_MAX 18446744073709551615UL
13
14
#endif
/* _BITSIZE_LIMITS_H */