]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/lex/lib/libyywrap.c
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / usr.bin / lex / lib / libyywrap.c
1 /* libyywrap - flex run-time support library "yywrap" function */
2
3 /* $Header: /home/daffy/u0/vern/flex/RCS/libyywrap.c,v 1.1 93/10/02 15:23:09 vern Exp $
4  * $FreeBSD$ */
5
6 int yywrap()
7         {
8         return 1;
9         }