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