Bell 32V development
[unix-history] / usr / src / cmd / lex / lib / yywrap.c
yywrap()
{
return(1);
}