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

Functions | |
| bool | buff_append_format (t_buff *buff, const char *fstring,...) |
| Appends formatted string to buffer using variadic arguments. | |
| bool | buff_append_vformat (t_buff *buff, const char *fstring, va_list args) |
| Appends formatted string to buffer using va_list. | |