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