BSD 3 development
[unix-history] / usr / src / lib / libln / yywrap.c
CommitLineData
457c50e4
BJ
1yywrap()
2{
3 return(1);
4}