summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex/lib/libyywrap.c
blob: 75c669c6ae9472e1bed027154bbae7ea73d0f3b4 (plain)
1
2
3
4
5
6
7
8
9
/* 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;
	}
OpenPOWER on IntegriCloud