cf_array_free¶
Category: array
GitHub: cute_array.h
Frees the array and sets the pointer to NULL.
| Parameters | Description |
|---|---|
a |
The array. Modified in-place. Safe to call on NULL. |
Remarks¶
Shortform: afree(a).
Category: array
GitHub: cute_array.h
Frees the array and sets the pointer to NULL.
| Parameters | Description |
|---|---|
a |
The array. Modified in-place. Safe to call on NULL. |
Shortform: afree(a).