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