/* libyywrap - flex run-time support library "yywrap" function */ /* $NetBSD: libyywrap.c,v 1.6 2002/01/31 22:43:54 tv Exp $ */ #include #if HAVE_CONFIG_H #include #endif int yywrap __P((void)); int yywrap() { return 1; }