Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include <lib9.h>
2
 
3
extern	int	_ERRSTR(char*, unsigned int);
4
 
5
int
6
errstr(char *err, unsigned int nerr)
7
{
8
	return _ERRSTR(err, nerr);
9
}