|
libft
|
#include "vec.h"Go to the source code of this file.
Functions | |
| void | vec_free (t_vec *src) |
| Frees vectors memory. | |
| void vec_free | ( | t_vec * | src | ) |
Frees vectors memory.
Frees *memory and sets elem_size, alloc_size and len to 0.
| src | t_vec |
Definition at line 15 of file vec_free.c.