git: 9front

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