ref: a0f1fe6b37c98c90806c6b61ef8bf29f29fc4ce0 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; }