git: 9front

ref: c0068ccca2feaa69a41597f5afdbc4e7f37b2850
dir: /sys/src/ape/lib/9/errstr.c/

View raw version
#include <lib9.h>

extern	int	_ERRSTR(char*, unsigned int);

int
errstr(char *err, unsigned int nerr)
{
	return _ERRSTR(err, nerr);
}