 |
naev 0.11.5
|
16enum {il_fixed_cap = 128};
22 int fixed[il_fixed_cap];
47void il_create(
IntList* il,
int num_fields );
53int il_size(
const IntList* il );
56int il_get(
const IntList* il,
int n,
int field );
59void il_set(
IntList* il,
int n,
int field,
int val );
80void il_erase(
IntList* il,
int n );