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