Contains an array of Integer numbers and its size. More...
#include <structs.h>
Public Attributes | |
int * | vals |
int | size |
Contains an array of Integer numbers and its size.
iarray Contains an array of Integer numbers and its size. It can be initialized with the function gotoh_initArrayI() and freed with gotoh_freeArrayI().
int iarray::size |
Number of elements in the Integer array
int* iarray::vals |
Array of Integer