date and time created 88/12/12 20:54:57 by kfall
[unix-history] / usr / src / old / lex / libln / yywrap.c
/* @(#)yywrap.c 4.1 %G% */
yywrap()
{
return(1);
}