import newlib-2000-02-17 snapshot
This commit is contained in:
8
newlib/libc/string/u_strerr.c
Normal file
8
newlib/libc/string/u_strerr.c
Normal file
@ -0,0 +1,8 @@
|
||||
#include <_ansi.h>
|
||||
|
||||
char *
|
||||
_DEFUN(_user_strerror, (errnum),
|
||||
int errnum)
|
||||
{
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user