1array_trunc(3) Library Functions Manual array_trunc(3)
23
4
NAME
6array_trunc - reduce number of initialized bytes
7
SYNTAX
9#include <array.h>
1011
void array_trunc(array* x);
1213
array x;
14array_trunc(&x);
1516
DESCRIPTION
18array_trunc is the same as array_truncate with len equal to 0.
19
SEE ALSO
21array_allocate(3), array_get(3), array_fail(3), array_truncate(3),
22array_reset(3)
2324
25
26
array_trunc(3)