2.9BSD -
/
usr
/
src
/
cmd
/
yacc
/
lib
/
yyerror.c
Functions
yyerror
X
1
:
#include
<stdio.h>
2
:
3
:
yyerror
(s)
char
*s;
{
4
:
fpprint(
stderr
,
"%s\n"
,s);
5
:
}
Defined functions
yyerror
defined in line
3
;
never used
Last modified: 1983-12-09
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 587