Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
buff_format.c File Reference
#include "buff_format.h"
#include <stdlib.h>
Include dependency graph for buff_format.c:

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.