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: 7d902feb7b00556ce1aeecd653cbe5b2a74a3b71 (plain)
1
2
3
4
5
6
7
8
9
10
#include <_ansi.h>

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