Updated: October 28, 2024 |
Print formatted output into a newly allocated string
#include <qh/string.h>
char* qh_malloc_sprintf(const char *fmt, ...)
It is the responsibility of the caller to free the returned string (using free()).
A pointer to the newly allocated and formatted string, or NULL if an error occurred (errno is set).