array_start(3) Library Functions Manual array_start(3)NAMEarray_start - get pointer to first element in arraySYNTAX#include <array.h> void* array_start(array* x); array x; t* p = array_start(&x);DESCRIPTIONarray_start is the same as array_get with pos equal to 0.SEE ALSOarray_allocate(3), array_get(3), array_fail(3) array_start(3)
| Related Man Pages |
|---|
| std::gslice(3) - centos |
| array(3) - debian |
| lsearch(3) - netbsd |
| lfind(3) - netbsd |
| array_pop(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| awk array starting with "ord" |
| Merge sort when array starts from zero(0) index??? |