1#include <clod/stream.h>
6 const int res = clod_stream_vformat(dst, fmt, args);
13 clod_string_vformat(&buff, fmt, args);
14 return dst->
write(dst, &buff);
#define CLOD_STRING_NEW(size)
Create a new empty string with the given capacity on the stack.
int(* write)(clod_stream *self, struct clod_string *src)