
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - is_macros
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
is_Macros
Usage
#include <ctype.h>
int isalnum(int c);
int isalpha(int c);
int isascii(int c);
int iscntrl(int c);
int isdigit(int c);
int isgraph(int c);
int islower(int c);
int isprint(int c);
int ispunct(int c);
int isspace(int c);
int isupper(int c);
int isxdigit(int c);
Description
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson