Home / api / name / gb.insert 
GB.Insert
Syntax
void *GB.Insert ( void *parray, long pos, long count )

Inserts void elements inside a memory array at a specified position.

This function returned a pointer to the newly created elements in the array. The elements are not initialized.

See also

Memory Arrays Management