source: bootcd/isolinux/syslinux-6.03/com32/include/bitsize64/limits.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 262 bytes
Line 
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 */
Note: See TracBrowser for help on using the repository browser.