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

NAME

6       array_fail - switch array to have failed
7

SYNTAX

9       #include <array.h>
10
11       void array_fail(array* x);
12
13         array x;
14         array_fail(&x);
15
16

DESCRIPTION

18       If  x  is  allocated, array_fail frees the region that x points to, and
19       switches x to have failed.
20
21       If x is unallocated, array_fail simply switches x to have failed.
22
23       If x has already failed, array_fail has no effect.
24

SEE ALSO

26       array_allocate(3), array_reset(3)
27
28
29
30                                                                 array_fail(3)
Impressum