10 lines
177 B
C
10 lines
177 B
C
#ifndef lint
|
|
static char sccsid[] = "@(#)libzer.c 1.1 94/10/31 SMI"; /* from S5R2 1.2 */
|
|
#endif
|
|
|
|
# include <stdio.h>
|
|
|
|
yyerror( s ) char *s; {
|
|
fprintf( stderr, "%s\n", s );
|
|
}
|