#include <stdarg.h>
#include "mem.h"
#include "printf.h"
#include "stralloc.h"
Include dependency graph for stralloc_catf.c:

Go to the source code of this file.
Functions | |
| int | stralloc_catf (stralloc_t *dst, const char *fmt,...) |
| concatenate a dynamic string and a static one using formatted conversion | |
1.5.2