iarray_init(3) Library Functions Manual iarray_init(3)NAMEiarray_init - initialize iarray data structureSYNTAX#include <iarray.h> void iarray_init(array* x, size_t elemsize); iarray x; int64 pos; t* p = iarray_init(&x,sizeof(element));DESCRIPTIONiarray_init initializes an iarray so that it can hold elements of size elemsize. iarray_init does not actually allocate anything, so it can not fail.SEE ALSOiarray_allocate(3), iarray_get(3), iarray_free(3) iarray_init(3)
| Related Man Pages |
|---|
| array_allocate(3) - debian |
| ldns_wire2pkt(3) - centos |
| ldns_wire2dname(3) - centos |
| kvm_getlwps(3) - netbsd |
| tangram::type::array::fromone(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Introduction |
| Detecting unused variables... |
| Weird 'find' results |