Netcruzer Library API  V2.03
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
ctype.h
Go to the documentation of this file.
1 
55 int isalnum(int c);
56 
57 
58 
94 int isalpha(int c);
95 
96 
97 
134 int iscntrl(int c);
135 
136 
137 
174 int isdigit(int c);
175 
176 
177 
220 int isgraph(int c);
221 
222 
223 
260 int islower(int c);
261 
262 
263 
300 int isprint(int c);
301 
302 
303 
304 
345 int ispunct(int c);
346 
347 
348 
388 int isspace(int c);
389 
390 
391 
428 int isupper(int c);
429 
430 
431 
432 
471 int isxdigit(int c);
472 
473 
474 
512 int tolower(int c);
513 
514 
515 
516 
554 int toupper(int c);