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