Typedefs | Functions

iup_array.h File Reference

Simple expandable array. More...

Typedefs

typedef struct _Iarray Iarray

Functions

Iarray * iupArrayCreate (int start_count, int elem_size)
void iupArrayDestroy (Iarray *iarray)
void * iupArrayGetData (Iarray *iarray)
void * iupArrayInc (Iarray *iarray)
void * iupArrayAdd (Iarray *iarray, int new_count)
int iupArrayCount (Iarray *iarray)

Detailed Description

See Copyright Notice in "iup.h"