Go to the source code of this file.
|
long | strtol (const char *str, char **end, int base) |
|
unsigned long | strtoul (const char *str, char **end, int base) |
|
unsigned long | __strtoul (int base, int max_width, int(*ReadProc)(void *, int, int), void *ReadProcArg, int *chars_scanned, int *negative, int *overflow) |
|
◆ __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 ) |