GB_LONG

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

This structure represents a Long Gambas value.

See also