Welcome to mirror list, hosted at ThFree Co, Russian Federation.

u_strerr.c « string « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa4605c8b8d5bb26a188f9f9ac837f7606fdfa0f (plain)
1
2
3
4
5
6
7
8
#include <_ansi.h>

char *
_DEFUN(_user_strerror, (errnum),
       int errnum)
{
  return 0;
}