17.02.2015 Views

CCS C Compiler Manual PCB / PCM / PCH

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Standard C Include Files<br />

CHAR_MIN:<br />

CHAR_MAX:<br />

MB_LEN_MAX:<br />

SHRT_MIN:<br />

SHRT_MAX:<br />

USHRT_MAX:<br />

INT_MIN:<br />

INT_MAX:<br />

UINT_MAX:<br />

LONG_MIN:<br />

LONG_MAX:<br />

ULONG_MAX:<br />

Minimum value for an object of type char(unsigned)<br />

Maximum value for an object of type char(unsigned)<br />

Maximum number of bytes in a multibyte character.<br />

Minimum value for an object of type short int<br />

Maximum value for an object of type short int<br />

Maximum value for an object of type unsigned short int<br />

Minimum value for an object of type signed int<br />

Maximum value for an object of type signed int<br />

Maximum value for an object of type unsigned int<br />

Minimum value for an object of type signed long int<br />

Maximum value for an object of type signed long int<br />

Maximum value for an object of type unsigned long int<br />

locale.h<br />

locale.h<br />

locale.h<br />

lconv<br />

SETLOCALE()<br />

LOCALCONV()<br />

(Localization not supported)<br />

localization structure<br />

returns null<br />

returns clocale<br />

setjmp.h<br />

setjmp.h<br />

jmp_buf:<br />

setjmp:<br />

longjmp:<br />

An array used by the following functions<br />

Marks a return point for the next longjmp<br />

Jumps to the last marked point<br />

stddef.h<br />

stddef.h<br />

ptrdiff_t:<br />

size_t:<br />

wchar_t<br />

The basic type of a pointer<br />

The type of the sizeof operator (int)<br />

The type of the largest character set supported (char) (8 bits)<br />

NULL A null pointer (0)<br />

337

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!