|
libft
|
#include "vec.h"Go to the source code of this file.
Functions | |
| int | vec_remove (t_vec *src, size_t index) |
| Removes item at index. | |
| int vec_remove | ( | t_vec * | src, |
| size_t | index | ||
| ) |
Removes item at index.
| src | t_vec |
| index |
Definition at line 15 of file vec_remove.c.