Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Functions | |
int | tolower (int) |
int | isalpha (int c) |
int | isdigit (int c) |
int | isspace (int c) |
int | isupper (int c) |
int | isxdigit (int c) |
int | _tolower (int c) |
int | toupper (int c) |
Variables | |
unsigned char | __ctype_map [] |
unsigned char | __lower_map [] |
unsigned char | __upper_map [] |