ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

limits.h File Reference
#include <crtdefs.h>

Go to the source code of this file.

Defines

#define PATH_MAX   (259)
#define CHAR_BIT   8
#define SCHAR_MIN   (-128)
#define SCHAR_MAX   127
#define UCHAR_MAX   0xff
#define CHAR_MIN   SCHAR_MIN
#define CHAR_MAX   SCHAR_MAX
#define MB_LEN_MAX   5
#define SHRT_MIN   (-32768)
#define SHRT_MAX   32767
#define USHRT_MAX   0xffff
#define INT_MIN   (-2147483647 - 1)
#define INT_MAX   2147483647
#define UINT_MAX   0xffffffff
#define LONG_MIN   (-2147483647L - 1)
#define LONG_MAX   2147483647L
#define ULONG_MAX   0xffffffffUL
#define LLONG_MAX   9223372036854775807ll
#define LLONG_MIN   (-9223372036854775807ll - 1)
#define ULLONG_MAX   0xffffffffffffffffull
#define _I8_MIN   (-127 - 1)
#define _I8_MAX   127i8
#define _UI8_MAX   0xffu
#define _I16_MIN   (-32767 - 1)
#define _I16_MAX   32767i16
#define _UI16_MAX   0xffffu
#define _I32_MIN   (-2147483647 - 1)
#define _I32_MAX   2147483647
#define _UI32_MAX   0xffffffffu
#define _I64_MIN   (-9223372036854775807ll - 1)
#define _I64_MAX   9223372036854775807ll
#define _UI64_MAX   0xffffffffffffffffull
#define SIZE_MAX   UINT_MAX

Generated on Fri May 25 2012 05:25:59 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.