/* $OpenBSD: libyywrap.c,v 1.4 1996/12/10 22:22:03 millert Exp $ */ /* libyywrap - flex run-time support library "yywrap" function */ /* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/libyywrap.c,v 1.4 1996/12/10 22:22:03 millert Exp $ */ #include int yywrap __P((void)); int yywrap() { return 1; }