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