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