home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
progc
/
djbsn116.arj
/
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);
}