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