1array_bytes(3)             Library Functions Manual             array_bytes(3)
2
3
4

NAME

6       array_bytes - get number of allocated members in array
7

SYNTAX

9       #include <array.h>
10
11       int64 array_bytes(array* x);
12
13         array x;
14         int64 bytes = array_bytes(&x);
15
16

DESCRIPTION

18       array_bytes  returns  the  number  of  initialized  bytes in x, without
19       regard to t.
20
21       If x is unallocated, array_length and array_bytes return 0.
22
23

SEE ALSO

25       array_allocate(3), array_get(3), array_fail(3), array_length(3)
26
27
28
29                                                                array_bytes(3)
Impressum