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