9 lines
214 B
C
9 lines
214 B
C
/* libyywrap - flex run-time support library "yywrap" function */
|
|
|
|
/* $Header: /proj/irix6.5.7m/isms/eoe/cmd/flex/flex-2.5.4/RCS/libyywrap.c,v 1.1 1997/01/24 05:36:38 leedom Exp $ */
|
|
|
|
int yywrap()
|
|
{
|
|
return 1;
|
|
}
|