libft
Loading...
Searching...
No Matches
vec_remove.c File Reference
#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.
 

Function Documentation

◆ vec_remove()

int vec_remove ( t_vec src,
size_t  index 
)

Removes item at index.

Parameters
srct_vec
index
Returns
int

Definition at line 15 of file vec_remove.c.