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