Skip to content

svfmt

Category: string
GitHub: cute_string.h


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

#define svfmt(s, fmt, args) cf_string_vfmt(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 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
sset
svfmt_append