GB_LONG
Syntax
typedef
  struct {
    GB_TYPE type;
    long long value;
    long _reserved;
    }
  GB_LONG;

This structure represents an Long Gambas value.


See also
Gambas Value Datatype