2.9BSD/usr/src/cmd/yacc/lib/yyerror.c

#include <stdio.h>

yyerror(s) char *s;{
fpprint(stderr, "%s\n",s);
	}