ref: 3dd92d8f0badea8dc2cf20cc2a8c3aee390daee6 dir: /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); }