![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
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) |
| enum scan_states |
|
static |
| size_t wcstol | ( | wchar_t * | param_1, |
| wchar_t ** | param_2, | ||
| int | param_3 ) |
| size_t wcstoul | ( | wchar_t * | param_1, |
| wchar_t ** | param_2, | ||
| int | param_3 ) |