ref: 22f6a61b0c841b9a045f50eae7c331c25665d1a1 dir: /sys/src/ape/lib/9/errstr.c/
#include <lib9.h> extern int _ERRSTR(char*, unsigned int); int errstr(char *err, unsigned int nerr) { return _ERRSTR(err, nerr); }