ref: 8fab9847269b8f7930642b0ef42bce24a2eabbe9 dir: /libc/runefmtstr.c/
#include <u.h> #include <libc.h> #include "fmtdef.h" Rune* runefmtstrflush(Fmt *f) { if(f->start == nil) return nil; *(Rune*)f->to = '\0'; return f->start; }