|
libft
|
#include "vec.h"Go to the source code of this file.
Functions | |
| int | vec_append (t_vec *dst, t_vec *src) |
| Appends vector to a vector. | |
Appends vector to a vector.
Appends *src memory to end of *dst memory.
| dst | t_vec* |
| src | t_vec* |
Definition at line 17 of file vec_append.c.