SW006015 Microchip Technology, SW006015 Datasheet - Page 13

C COMPILER MPLAB C32

SW006015

Manufacturer Part Number
SW006015
Description
C COMPILER MPLAB C32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheets

Specifications of SW006015

Supported Families
PIC32MX5, MX6, And MX7
Core Architecture
PIC
Kit Contents
Software And Docs
Mcu Supported Families
PIC32 MCUs
Tool Function
Compiler
Supported Devices
PIC32 MCUs
Tool Type
Compiler
Processor Series
PIC32
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
© 2007 Microchip Technology Inc.
1.5.6
The limits.h header file defines the ranges of values which can be represented by
the integer types.
CHAR_BIT
SCHAR_MIN
SCHAR_MAX
UCHAR_MAX
CHAR_MIN
CHAR_MAX
MB_LEN_MAX
SHRT_MIN
SHRT_MAX
USHRT_MAX
INT_MIN
INT_MAX
UINT_MAX
LONG_MIN
LONG_MAX
ULONG_MAX
LLONG_MIN
LLONG_MAX
ULLONG_MAX
Macro name
limits.h
8
-128
127
255
-128 (or 0, see
Signed and Unsigned
Character Types)
127 (or 255, see
Signed and Unsigned
Character Types)
16
-32768
32767
65535
-2
2
2
-2
2
2
-2
2
2
31
32
31
32
63
64
31
31
63
-1
-1
-1
-1
-1
-1
Value
The size, in bits, of the smallest non-bitfield
object.
The minimum value possible for an object
of type signed char.
The maximum value possible for an object
of type signed char.
The maximum value possible for an object
of type unsigned char.
The minimum value possible for an object
of type char.
The maximum value possible for an object
of type char.
The maximum length of multibyte character
in any locale.
The minimum value possible for an object
of type short int.
The maximum value possible for an object
of type short int.
The maximum value possible for an object
of type unsigned short int.
The minimum value possible for an object
of type int.
The maximum value possible for an object
of type int.
The maximum value possible for an object
of type unsigned int.
The minimum value possible for an object
of type long.
The maximum value possible for an object
of type long.
The maximum value possible for an object
of type unsigned long.
The minimum value possible for an object
of type long long.
The maximum value possible for an object
of type long long.
The maximum value possible for an object
of type unsigned long long.
Description
DS51686A-page 9

Related parts for SW006015