/* libyywrap - flex run-time support library "yywrap" function */ /* $FreeBSD$ */ int yywrap() { return 1; }