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.

SCHAR_MINSynopsisDescriptionPortability#include #define SCHAR_MIN -127SCHAR_MIN is the minimum value <strong>for</strong> an object of type signed char.SCHAR_MIN con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).SCHAR_MAXSynopsisDescriptionPortability#include #define SCHAR_MAX 127SCHAR_MAX is the maximum value <strong>for</strong> an object of type signed char.SCHAR_MAX con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).SHRT_MINSynopsisDescriptionPortability#include #define SHRT_MIN (-32767-1)SHRT_MIN is the minimum value <strong>for</strong> an object of type short int.SHRT_MIN con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).SHRT_MAXSynopsisDescriptionPortability#include #define SHRT_MAX 32767SHRT_MAX is the maximum value <strong>for</strong> an object of type short int.SHRT_MAX con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).UCHAR_MAXSynopsisDescriptionPortability#include #define UCHAR_MAX 255UCHAR_MAX is the maximum value <strong>for</strong> an object of type unsigned char.UCHAR_MAX con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).Chapter 28 - Integer numerical limits251

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

Saved successfully!

Ooh no, something went wrong!