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