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