File nut/c/stdlib/strtol.c


Included Files


Global Function strtol()

long strtol ( const char* nptr, char** endptr, int base )
Prototyped in: /usr/avr/include/stdlib.h
Calls: isalpha(), isdigit(), isspace(), isupper()
Called by: atoi() nut/c/stdlib/atoi.c
  atol() nut/c/stdlib/atol.c