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