TizenRT Libs&Environment
v2.0 M2
|
Inttypes APIs. More...
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | imaxdiv_t |
Macros | |
#define | EXTERN extern |
Functions | |
intmax_t | imaxabs (intmax_t j) |
return absolute value More... | |
imaxdiv_t | imaxdiv (intmax_t numer, intmax_t denom) |
return quotient and remainder of an integer division More... | |
intmax_t | strtoimax (FAR const char *nptr, FAR char **endptr, int base) |
convert string to integer More... | |
uintmax_t | strtoumax (FAR const char *nptr, FAR char **endptr, int base) |
convert string to unsigned integer More... | |
Inttypes APIs.
Definition in file inttypes.h.