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