11.07.2015 Views

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

INT_MAXSynopsisDescriptionPortability#include #define INT_MAX processor-dependent-valueINT_MAX is the maximum value <strong>for</strong> an object of type int.For processors where an integer is held in 16 bits, INT_MAX is 32767, and <strong>for</strong>processors where an integer is held in 32 bits, INT_MAX is 2147483647.INT_MAX con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).LLONG_MINSynopsisDescriptionPortability#include #define LLONG_MIN (-9223372036854775807-1)LLONG_MIN is the minimum value <strong>for</strong> an object of type long long int.LLONG_MIN con<strong>for</strong>ms to ISO/IEC 9899:1999 (C99).LLONG_MAXSynopsisDescriptionPortability#include #define LLONG_MAX (-9223372036854775807-1)LLONG_MAX is the maximum value <strong>for</strong> an object of type long long int.LLONG_MAX con<strong>for</strong>ms to ISO/IEC 9899:1999 (C99).LONG_MINSynopsisDescriptionPortability#include #define LONG_MIN (-2147483647-1)LONG_MIN is the minimum value <strong>for</strong> an object of type long int.LONG_MIN con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).LONG_MAXSynopsisDescriptionPortability#include #define LONG_MAX 2147483647LONG_MAX is the maximum value <strong>for</strong> an object of type long int.LONG_MAX con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).250 Chapter 28 Standard C Library Reference

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

Saved successfully!

Ooh no, something went wrong!