|
NAMEarray_start - get pointer to first element in arraySYNTAX#include <libowfat/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) Visit the GSP FreeBSD Man Page Interface. |