cgul_int.h File Reference

exact integer types More...

#include "cgul_common.h"
Include dependency graph for cgul_int.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Exact integer types.

Author
Paul Serice

Typedef Documentation

§ cgul_uint8_t

typedef unsigned char cgul_uint8_t

8-bit unsigned integer.

§ cgul_int16_t

typedef short int cgul_int16_t

16-bit signed integer.

§ cgul_uint16_t

typedef unsigned short int cgul_uint16_t

16-bit unsigned integer.

Variable Documentation

§ cgul_int8_t

CGUL_BEGIN_C typedef signed char cgul_int8_t

8-bit signed integer.