Graphiteng
Macros | Typedefs | Enumerations
Types.h File Reference
#include <stddef.h>

Go to the source code of this file.

Macros

#define GR2_API
 
#define GR2_LOCAL
 

Typedefs

typedef unsigned char gr_uint8
 
typedef gr_uint8 gr_byte
 
typedef signed char gr_int8
 
typedef unsigned short gr_uint16
 
typedef short gr_int16
 
typedef unsigned int gr_uint32
 
typedef int gr_int32
 

Enumerations

enum  gr_encform { gr_utf8 = 1, gr_utf16 = 2, gr_utf32 = 4 }
 

Macro Definition Documentation

§ GR2_API

#define GR2_API

§ GR2_LOCAL

#define GR2_LOCAL

Typedef Documentation

§ gr_byte

typedef gr_uint8 gr_byte

§ gr_int16

typedef short gr_int16

§ gr_int32

typedef int gr_int32

§ gr_int8

typedef signed char gr_int8

§ gr_uint16

typedef unsigned short gr_uint16

§ gr_uint32

typedef unsigned int gr_uint32

§ gr_uint8

typedef unsigned char gr_uint8

Enumeration Type Documentation

§ gr_encform

enum gr_encform
Enumerator
gr_utf8 
gr_utf16 
gr_utf32