Typedefs | |
typedef unsigned char | u_int8 |
typedef unsigned short | u_int16 |
typedef signed int | int32 |
typedef unsigned int | u_int32 |
typedef unsigned long long | u_int64 |
typedef signed int int32 |
A signed 32 bit integer.
typedef unsigned short u_int16 |
An unsigned 16 bit integer.
typedef unsigned int u_int32 |
An unsigned 32 bit integer.
typedef unsigned long long u_int64 |
An unsigned 64 bit integer.
typedef unsigned char u_int8 |
An unsigned 8 bit integer.