 |
naev 0.12.6
|
18enum { il_fixed_cap = 128 };
23 int fixed[il_fixed_cap];
48void il_create(
IntList *il,
int num_fields );
54int il_size(
const IntList *il );
57int il_get(
const IntList *il,
int n,
int field );
60void il_set(
IntList *il,
int n,
int field,
int val );
82void il_erase(
IntList *il,
int n );