#include "sys/types.h"

Go to the source code of this file.
Defines | |
| #define | _ABLE_CLIB_INTTYPES_H 1 |
| #define | intmax_t int64_t |
| #define | uintmax_t uint64_t |
Functions | |
| intmax_t | strtoimax (const char *nptr, char **endptr, int base) |
| uintmax_t | strtoumax (const char *nptr, char **endptr, int base) |
| #define _ABLE_CLIB_INTTYPES_H 1 |
| #define intmax_t int64_t |
| #define uintmax_t uint64_t |
| intmax_t strtoimax | ( | const char * | nptr, | |
| char ** | endptr, | |||
| int | base | |||
| ) |
| uintmax_t strtoumax | ( | const char * | nptr, | |
| char ** | endptr, | |||
| int | base | |||
| ) |
1.5.6