Loading [MathJax]/extensions/MathMenu.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
strtoul.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

unsigned long __strtoul (int base, int max_width, int(*ReadProc)(void *, int, int), void *ReadProcArg, int *chars_scanned, int *negative, int *overflow)
 
unsigned long strtoul (const char *str, char **end, int base)
 
long strtol (const char *str, char **end, int base)
 

Enumeration Type Documentation

◆ scan_states

Enumerator
start 
check_for_zero 
leading_zero 
need_digit 
digit_loop 
finished 
failure 

Function Documentation

◆ __strtoul()

unsigned long __strtoul ( int base,
int max_width,
int(* ReadProc )(void *, int, int),
void * ReadProcArg,
int * chars_scanned,
int * negative,
int * overflow )

◆ strtol()

long strtol ( const char * str,
char ** end,
int base )

◆ strtoul()

unsigned long strtoul ( const char * str,
char ** end,
int base )