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