|
Graphiteng
|
#include <stddef.h>Go to the source code of this file.
Macros | |
| #define | GR2_API _gr2_tag_fn(_gr2_import_flag) |
| #define | GR2_DEPRECATED_API _gr2_tag_fn(_gr2_deprecated_flag _gr2_and _gr2_import_flag) |
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 _gr2_tag_fn(_gr2_import_flag) |
| #define GR2_DEPRECATED_API _gr2_tag_fn(_gr2_deprecated_flag _gr2_and _gr2_import_flag) |
| 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 |