Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.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: src/usr.bin/lex/lib/libyywrap.c,v 1.4 1999/10/27 07:56:49 obrien Exp $
5  * $DragonFly: src/usr.bin/lex/lib/libyywrap.c,v 1.2 2003/06/17 04:29:28 dillon Exp $
6  */
7
8 int yywrap()
9         {
10         return 1;
11         }