1gg-types(3)                           GGI                          gg-types(3)
2
3
4

NAME

6       gg-types : Portable types defined by libGG
7

SYNOPSIS

9       #include <ggi/gg.h>
10
11

DESCRIPTION

13       LibGG defines a few portable types used by other GGI libraries.  Appli‐
14       cation writers may use these types to avoid having to  handle  os/plat‐
15       form specific types directly.
16
17       The following types are defined:
18
19       ·   sint8: 8 bits signed integer
20
21       ·   uint8: 8 bits unsigned integer
22
23       ·   sint16
24
25       ·   uint16
26
27       ·   sint32
28
29       ·   uint32
30
31       ·   sint64
32
33       ·   uint64
34
35       ·   ggi_sint: native signed integer
36
37       ·   ggi_uint: native unsigned integer
38

NOTE

40       These  types  are  now  obsoleted by C99 types, and support for them is
41       provided for backward compatibility only.
42
43
44
45libgg-1.0.x                       2005-07-29                       gg-types(3)
Impressum