Simple data structures / objects in plain C Snapshot
Defines | Functions
strtoint.h File Reference
#include <errno.h>
#include <limits.h>
#include <stdlib.h>
#include <cutils/base.h>

Go to the source code of this file.

Defines

#define strto_int64_t   strtoll
#define strto_uint64_t   strtoull

Functions

M_INLINE int16_t strto_int16_t (const char *nptr, char **endptr, int base)
M_INLINE uint16_t strto_uint16_t (const char *nptr, char **endptr, int base)
M_INLINE int32_t strto_int32_t (const char *nptr, char **endptr, int base)
M_INLINE uint32_t strto_uint32_t (const char *nptr, char **endptr, int base)