Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
wcstoul.c File Reference

Enumerations

enum  scan_states {
  start = 0x01 , check_for_zero = 0x02 , leading_zero = 0x04 , need_digit = 0x08 ,
  digit_loop = 0x10 , finished = 0x20 , failure = 0x40
}
 

Functions

static size_t __wcstoul (int base, int max_width, wchar_t(*read_proc)(wString *src, wchar_t param_1, wchar_t param_2), void *read_proc_arg, int *chars_scanned, int *negative, int *overflow)
 
size_t wcstoul (wchar_t *param_1, wchar_t **param_2, int param_3)
 
size_t wcstol (wchar_t *param_1, wchar_t **param_2, int param_3)
 

Enumeration Type Documentation

◆ scan_states

Enumerator
start 
check_for_zero 
leading_zero 
need_digit 
digit_loop 
finished 
failure 

Function Documentation

◆ __wcstoul()

static size_t __wcstoul ( int base,
int max_width,
wchar_t(* read_proc )(wString *src, wchar_t param_1, wchar_t param_2),
void * read_proc_arg,
int * chars_scanned,
int * negative,
int * overflow )
static

◆ wcstol()

size_t wcstol ( wchar_t * param_1,
wchar_t ** param_2,
int param_3 )

◆ wcstoul()

size_t wcstoul ( wchar_t * param_1,
wchar_t ** param_2,
int param_3 )