summaryrefslogtreecommitdiff
path: root/libyywrap.c
blob: bf90444d5a1939e62b7e0be45d09436e2325f0ea (plain)
1
2
3
4
5
6
/* libyywrap - flex run-time support library "yywrap" function */

int yywrap()
	{
	return 1;
	}