Skip to content

svfmt_append

Category: string
GitHub: cute_string.h


Printf's into the string using the format string fmt.

#define svfmt_append(s, fmt, args) cf_string_vfmt_append(s, fmt, args)
Parameters Description
s The string. Can be NULL.
fmt The format string.
... The parameters for the format string.

Remarks

You probably are looking for sfmt_append instead. The string will be overwritten from the beginning. Will automatically adjust it's capacity as needed. args must be a va_list.

sdyna
sfmt
sfmt_append
svfmt
sset