home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume4
/
fxref
/
yywrap.c
< prev
Wrap
Text File
|
1989-02-03
|
158b
|
4 lines
yywrap() { /* required for all LEX programs without -ll */
return(1); /* cf. section 9 of Lesk & Schmidt */
} /* if -ll is available, this comes later */