debian man page for array_start

Query: array_start

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

array_start(3)						     Library Functions Manual						    array_start(3)

NAME
array_start - get pointer to first element in array
SYNTAX
#include <array.h> void* array_start(array* x); array x; t* p = array_start(&x);
DESCRIPTION
array_start is the same as array_get with pos equal to 0.
SEE ALSO
array_allocate(3), array_get(3), array_fail(3) array_start(3)
Related Man Pages
array_allocate(3) - debian
bsearch(3) - osf1
key(3) - php
array_shift(3) - php
next(3) - php
Similar Topics in the Unix Linux Community
awk array starting with &quot;ord&quot;
Merge sort when array starts from zero(0) index???