Skip to content

cf_string_vfmt

Category: string
GitHub: cute_string.h


Sets the string to a vprintf-style formatted result.

#define cf_string_vfmt(s, fmt, args) svfmt(s, fmt, args)
Parameters Description
s The string. Modified in-place.
fmt A printf-style format string.
args A va_list of format arguments.

Remarks

Shortform: svfmt(s, fmt, args).

cf_string_fmt
cf_string_vfmt_append