shithub: riscv

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