Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/liboventi/errfmt.c
#include <u.h> #include <libc.h> #include <oventi.h> int vtErrFmt(Fmt *f) { char *s; s = vtGetError(); return fmtstrcpy(f, s); }