libft
Loading...
Searching...
No Matches
vec_free.c File Reference
#include "vec.h"

Go to the source code of this file.

Functions

void vec_free (t_vec *src)
 Frees vectors memory.
 

Function Documentation

◆ vec_free()

void vec_free ( t_vec src)

Frees vectors memory.

Frees *memory and sets elem_size, alloc_size and len to 0.

Parameters
srct_vec

Definition at line 15 of file vec_free.c.