array_start(3diet)

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)
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout