|
Libft
Custom implementation of core libc functions with additional utility helpers.
|
#include "libft.h"
Functions | |
| void | buckets_swap (t_vector *buckets1, t_vector *buckets2) |
| Swaps the contents of two bucket vectors. | |
Swaps the contents of two bucket vectors.
Exchanges the two t_vector structures by value; no allocation occurs and no pair is moved in memory.
| buckets1 | First bucket vector (borrowed). |
| buckets2 | Second bucket vector (borrowed). |
