REpsp2
PSP2 OS reverse engineering
Loading...
Searching...
No Matches
sysclib.c File Reference
#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)

Macro Definition Documentation

◆ IS_ASCII

#define IS_ASCII ( ch)
Value:
((0 <= (ch)) && ((ch) < NUM_ASCII_CHARS))
#define NUM_ASCII_CHARS
Definition sysclib.c:5

Definition at line 6 of file sysclib.c.

◆ NUM_ASCII_CHARS

#define NUM_ASCII_CHARS   128

Definition at line 5 of file sysclib.c.

Function Documentation

◆ look_ctype_table()

unsigned look_ctype_table ( int ch)

Name is guessed from PSP and should be official.

Returns
bitmask of CTYPE_* flags for the given character
Exported by SceSysclibForDriver
NID: 0xCDF7F155

Definition at line 158 of file sysclib.c.

◆ tolower()

int tolower ( int ch)
Exported by SceSysclibForDriver
NID: 0x0021DAF9

Definition at line 144 of file sysclib.c.

◆ toupper()

int toupper ( int ch)
Exported by SceSysclibForDriver
NID: 0xA685DCB1

Definition at line 151 of file sysclib.c.