array_start

Langue: en

Version: 171961 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

array_start - get pointer to first element in array

SYNTAX

#include <array.h>

void* array_start(array* x);


  array x;
  tp = 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)