Embedded Artistry Framework
Embedded Systems C++ Framework
Functions
strtol.c File Reference
#include <ctype.h>
#include <limits.h>
#include <stdlib.h>
Include dependency graph for strtol.c:

Functions

long strtol (char *nptr, char **endptr, int base) const
 

Function Documentation

◆ strtol()

long strtol ( char*  nptr,
char**  endptr,
int  base 
) const

References isalpha(), isdigit(), isspace(), isupper(), LONG_MAX, LONG_MIN, and s.

Referenced by strtol_test().