logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

array_start - get pointer to first element in array

Description

       array_start is the same as array_get with pos equal to 0.

Name

       array_start - get pointer to first element in array

See Also

array_allocate(3), array_get(3), array_fail(3)

                                                                                                  array_start(3)

Syntax

#include<libowfat/array.h>

       void* array_start(array* x);

         array x;
         t* p = array_start(&x);

See Also