Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Typedefs
stdint.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

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

Typedef Documentation

typedef signed short int16_t

Definition at line 16 of file stdint.h.

typedef signed int int32_t

Definition at line 17 of file stdint.h.

typedef signed long long int64_t

Definition at line 18 of file stdint.h.

typedef signed char int8_t

Definition at line 15 of file stdint.h.

typedef unsigned short uint16_t

Definition at line 20 of file stdint.h.

typedef unsigned int uint32_t

Definition at line 21 of file stdint.h.

typedef unsigned long long uint64_t

Definition at line 22 of file stdint.h.

typedef unsigned char uint8_t

Definition at line 19 of file stdint.h.