]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/lex/lib/libyywrap.c
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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         }