C:/Users/Dennis/src/lang/Life_start/Life/life-1.02/source/regexp/regerror.c

Go to the documentation of this file.
00001 #include <stdio.h>
00002 
00003 void
00004 regerror(s)
00005 char *s;
00006 {
00007 #ifdef ERRAVAIL
00008         error("regexp: %s", s);
00009 #else
00010         fprintf(stderr, "regexp(3): %s", s);
00011         exit(1);
00012 #endif
00013         /* NOTREACHED */
00014 }

Generated on Sat Jan 26 08:48:07 2008 for WildLife by  doxygen 1.5.4