exact integer types More...
#include "cgul_common.h"
Typedefs | |
typedef unsigned char | cgul_uint8_t |
typedef short int | cgul_int16_t |
typedef unsigned short int | cgul_uint16_t |
Variables | |
CGUL_BEGIN_C typedef signed char | cgul_int8_t |
Exact integer types.
typedef unsigned char cgul_uint8_t |
8-bit unsigned integer.
typedef short int cgul_int16_t |
16-bit signed integer.
typedef unsigned short int cgul_uint16_t |
16-bit unsigned integer.
CGUL_BEGIN_C typedef signed char cgul_int8_t |
8-bit signed integer.