Home > dev > api > name > gb_long 
 en fr de es it nl pl pt pt_BR mk ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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

Gambas Value Datatype