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