Retro68/gcc/newlib/libc/string/u_strerr.c

11 lines
162 B
C
Raw Normal View History

2017-04-11 21:13:36 +00:00
#include <_ansi.h>
char *
_DEFUN(_user_strerror, (errnum, internal, errptr),
int errnum _AND
int internal _AND
int *errptr)
{
return 0;
}