TizenRT Libs&Environment  v2.0 M2
inttypes.h File Reference

Inttypes APIs. More...

#include <stddef.h>
#include <stdint.h>
Include dependency graph for inttypes.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Inttypes APIs.

Definition in file inttypes.h.