ref: 24e73840072b4214b3c5e2167a85bdc408fd3b03 dir: /sys/src/libc/fmt/fmtstr.c/
#include <u.h> #include <libc.h> char* fmtstrflush(Fmt *f) { if(f->start == nil) return nil; *(char*)f->to = '\0'; return f->start; }