ref: a600cca5ff367ca7e7c64a14a8e87ba376780f6d dir: /lib9/errstr-Plan9.c/
#include "lib9.h" void oserrstr(char *buf, uint nerr) { *buf = 0; errstr(buf, nerr); }