home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume11
/
watcher
/
part01
/
yyerror.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1987-09-27
|
138 b
|
14 lines
/*
wow.
Copyright (C) 1987 The University of New Mexico
*/
#include "defs.h"
yyerror(s)
char *s;
{
fprintf(stderr,"%s\n", s);
}