/* libyywrap - flex run-time support library "yywrap" function */ /* $Header: /home/ncvs/src/usr.bin/lex/lib/libyywrap.c,v 1.2 1996/06/19 20:48:06 nate Exp $ */ int yywrap() { return 1; }