Bell 32V release
[unix-history] / usr / src / libln / yywrap.c
... / ...
CommitLineData
1yywrap()
2{
3 return(1);
4}