PSXSDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
ctype.h File Reference

Go to the source code of this file.

Functions

int isupper (int c)
 
int islower (int c)
 
int isdigit (int c)
 
int isxdigit (int c)
 
int isalpha (int c)
 
int isalnum (int c)
 
int isspace (int c)
 
int isprint (int c)
 
int isgraph (int c)
 
int iscntrl (int c)
 
int isblank (int c)
 
int toupper (int c)
 
int tolower (int c)
 

Function Documentation

int isalnum ( int  c)
int isalpha ( int  c)
int isblank ( int  c)
int iscntrl ( int  c)
int isdigit ( int  c)
int isgraph ( int  c)
int islower ( int  c)
int isprint ( int  c)
int isspace ( int  c)
int isupper ( int  c)
int isxdigit ( int  c)
int tolower ( int  c)
int toupper ( int  c)