aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lex/lib/libyywrap.c
blob: 3618f8d08ee2b48d72c35eebd2baebef37d479a7 (plain) (blame)
1
2
3
4
5
6
7
8
/* libyywrap - flex run-time support library "yywrap" function */

/* $FreeBSD$ */

int yywrap()
	{
	return 1;
	}