#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 } |
#define GR2_API |
#define GR2_LOCAL |
typedef short gr_int16 |
typedef int gr_int32 |
typedef signed char gr_int8 |
typedef unsigned short gr_uint16 |
typedef unsigned int gr_uint32 |
typedef unsigned char gr_uint8 |
enum gr_encform |