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