import newlib-2000-02-17 snapshot

This commit is contained in:
Christopher Faylor
2000-02-17 19:39:52 +00:00
parent 1fd5e000ac
commit 8a0efa53e4
1520 changed files with 282219 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#include <_ansi.h>
char *
_DEFUN(_user_strerror, (errnum),
int errnum)
{
return 0;
}