newlib-cygwin/newlib/libc/string/u_strerr.c

9 lines
95 B
C

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