home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware 1 2 the Maxx
/
sw_1.zip
/
sw_1
/
PROGRAM
/
DJBSN116.ZIP
/
LIBSRC
/
BISON
/
SRC
/
YYERROR.C
< prev
next >
Wrap
C/C++ Source or Header
|
1991-03-10
|
68b
|
7 lines
#include <stdio.h>
yyerror(char *s)
{
printf("%s\n", s);
}