shithub: riscv

ref: b51b623725ce394a1f9f12686f043c1cc3bba7c9
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);
}