Main Page   Compound List   File List   Compound Members   File Members  

inttypes.h File Reference

Go to the source code of this file.

Typedefs

typedef signed char int8_t
typedef unsigned char uint8_t
typedef int int16_t
typedef unsigned int uint16_t
typedef long int32_t
typedef unsigned long uint32_t
typedef long long int64_t
typedef unsigned long long uint64_t
typedef int16_t intptr_t
typedef uint16_t uintptr_t


Typedef Documentation

typedef int int16_t
 

Definition at line 27 of file inttypes.h.

typedef long int32_t
 

Definition at line 30 of file inttypes.h.

typedef long long int64_t
 

Definition at line 33 of file inttypes.h.

typedef signed char int8_t
 

Definition at line 24 of file inttypes.h.

typedef int16_t intptr_t
 

Definition at line 36 of file inttypes.h.

typedef unsigned int uint16_t
 

Definition at line 28 of file inttypes.h.

typedef unsigned long uint32_t
 

Definition at line 31 of file inttypes.h.

typedef unsigned long long uint64_t
 

Definition at line 34 of file inttypes.h.

typedef unsigned char uint8_t
 

Definition at line 25 of file inttypes.h.

typedef uint16_t uintptr_t
 

Definition at line 37 of file inttypes.h.


Generated at Fri Jul 19 14:55:42 2002 for avrgcc by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001