OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [regexp/] [regerror.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#include <stdio.h>
2
 
3
void
4
regerror(s)
5
char *s;
6
{
7
#ifdef ERRAVAIL
8
        error("regexp: %s", s);
9
#else
10
        fprintf(stderr, "regexp(3): %s", s);
11
        exit(1);
12
#endif
13
        /* NOTREACHED */
14
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.