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

Functions

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

Function Documentation

◆ strtoll()

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

References isalpha(), isdigit(), isspace(), isupper(), LLONG_MAX, LLONG_MIN, and s.

Referenced by strtoll_test().