RTEMS  5.1
Macros | Functions
stringtolonglong.c File Reference

Convert String to Long Long (with validation) More...

#include <errno.h>
#include <stdlib.h>
#include <limits.h>
#include <rtems/stringto.h>

Macros

#define LONG_LONG_MAX   LLONG_MAX
 
#define LONG_LONG_MIN   LLONG_MIN
 

Functions

rtems_status_code rtems_string_to_long_long (const char *s, long long *n, char **endptr, int base)
 Convert String to Long Long (with validation). More...
 

Detailed Description

Convert String to Long Long (with validation)