shithub: riscv

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