1/* libyywrap - flex run-time support library "yywrap" function */
2
3/* $Header: /projects/cvsroot/src/router/flex/libyywrap.c,v 1.1.1.1 2001/04/08 23:53:37 mhuang Exp $ */
4
5int yywrap()
6	{
7	return 1;
8	}
9