gg-types(3)
NAME
gg-types - Portable types defined by libGG
SYNOPSIS
#include <ggi/gg.h>
DESCRIPTION
LibGG defines a few portable types used by other GGI libraries. Application writers may use these types to avoid having to handle os/platform specific types directly.
The following types are defined:
o sint8: 8 bits signed integer
o uint8: 8 bits unsigned integer
o sint16
o uint16
o sint32
o uint32
o sint64
o uint64
o ggi_sint: native signed integer
o ggi_uint: native unsigned integer
NOTE
- These types are now obsoleted by C99 types, and support for them is
provided for backward compatibility only.