ref: 287f929342bdc19a23550d37f13abb2010376429
dir: /sys/src/cmd/unix/drawterm/libc/errfmt.c/
#include <u.h>
#include <libc.h>
#include "fmtdef.h"
int
errfmt(Fmt *f)
{
char buf[ERRMAX];
rerrstr(buf, sizeof buf);
return _fmtcpy(f, buf, utflen(buf), strlen(buf));
}