|
Libft
Custom implementation of core libc functions with additional utility helpers.
|
#include "libft.h"
Functions | |
| bool | string_split_at (const t_string *src, size_t index, t_string *out_before, t_string *out_after) |
| Splits a string into two initialized strings at a byte index. | |