|
REpsp2
PSP2 OS reverse engineering
|
#include <sysmem/sysclib.h>Go to the source code of this file.
Macros | |
| #define | NUM_ASCII_CHARS 128 |
| #define | IS_ASCII(ch) |
Functions | |
| int | tolower (int ch) |
| int | toupper (int ch) |
| unsigned | look_ctype_table (int ch) |
| #define IS_ASCII | ( | ch | ) |
| unsigned look_ctype_table | ( | int | ch | ) |
Name is guessed from PSP and should be official.
| int tolower | ( | int | ch | ) |
| int toupper | ( | int | ch | ) |