freebsd-dev/usr.bin/lex/lib/libyywrap.c
David E. O'Brien 2db7675cc2 After a proper import we now have both the original RCS tags + our own.
(also now clearer in ``cvs log'' that we are at version 2.5.4)
1999-10-27 07:56:49 +00:00

10 lines
202 B
C

/* libyywrap - flex run-time support library "yywrap" function */
/* $Header: /home/daffy/u0/vern/flex/RCS/libyywrap.c,v 1.1 93/10/02 15:23:09 vern Exp $
* $FreeBSD$ */
int yywrap()
{
return 1;
}