11.07.2015 Views

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

SHOW MORE
SHOW LESS

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

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

UINT_MAXSynopsisDescriptionPortability#include #define UINT_MAX processor-dependent-valueUINT_MAX is the maximum value <strong>for</strong> an object of type unsigned int.For processors where an unsigned integer is held in 16 bits, UINT_MAX is 65535, and<strong>for</strong> processors where an unsigned integer is held in 32 bits, UINT_MAX is 4294967295.UINT_MAX con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).ULLONG_MAXSynopsisDescriptionPortability#include #define ULLONG_MAX 18446744073709551615ULLONG_MAX is the maximum value <strong>for</strong> an object of type unsigned long long int.ULLONG_MAX con<strong>for</strong>ms to ISO/IEC 9899:1999 (C99).ULONG_MAXSynopsisDescriptionPortability#include #define ULONG_MAX 2147483647ULONG_MAX is the maximum value <strong>for</strong> an object of type unsigned long int.ULONG_MAX con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).USHRT_MAXSynopsisDescriptionPortability#include #define USHRT_MAX 65535USHRT_MAX is the maximum value <strong>for</strong> an object of type unsigned short int.USHRT_MAX con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99). - MathematicsThe header file defines a number of types, macros, and mathematicalfunctions.252 Chapter 28 Standard C Library Reference

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

Saved successfully!

Ooh no, something went wrong!