GB_INTEGER

typedef struct { GB_TYPE type; int value; #if __WORDSIZE == 64 int _pad; #endif intptr_t _reserved[2]; } GB_INTEGER;

This structure represents an Integer Gambas value.

See also