|
Libft
Custom implementation of core libc functions with additional utility helpers.
|

Functions | |
| bool | string_append_format (t_string *string, const char *fstring,...) |
| Appends formatted text to string using variadic arguments. | |
| bool | string_append_vformat (t_string *string, const char *fstring, va_list args) |
| Appends formatted text to string using va_list. | |