Nut/OS  4.10.3
API Reference
strtol.c File Reference
#include <compiler.h>
#include <ctype.h>
#include <errno.h>
#include <limits.h>
#include <stdlib.h>
Include dependency graph for strtol.c:

Go to the source code of this file.

Functions

long strtol (CONST char *nptr, char **endptr, int base)
 Convert a string to long integer.