summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/u_strerr.c
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;
}