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.

isdigitSynopsisDescriptionPortability#include int isdigit(int c);isdigit returns nonzero (true) if and only if the value of the argument c is a decimaldigit 0 through 9.isdigit con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).isgraphSynopsisDescriptionPortability#include int isgraph(int c);isgraph returns nonzero (true) if and only if the value of the argument c is any printingcharacter except space (' ').isgraph con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).isupperSynopsisDescriptionPortability#include int islower(int c);islower returns nonzero (true) if and only if the value of the argument c is an uppercaseletter a through z.islower con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).isprintSynopsisDescriptionPortability#include int isprint(int c);isprint returns nonzero (true) if and only if the value of the argument c is any printingcharacter including space (' ').isprint con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).ispunctSynopsis#include int ispunct(int c);Chapter 28 - Character handling245

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

Saved successfully!

Ooh no, something went wrong!