Files
Arquivotheca.SunOS-4.1.4/usr.lib/liby/libzer.c
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

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 );
}