ref: 0d7e3fd4a27a8494d8e513b43cac12b7d9b9dea6
dir: /sys/src/cmd/unix/drawterm/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;
}