NetBSD/usr.bin/lex/lib/libyywrap.c

9 lines
196 B
C

/* libyywrap - flex run-time support library "yywrap" function */
/* $Header: /cvsroot/src/usr.bin/lex/lib/Attic/libyywrap.c,v 1.2 1993/12/06 19:26:06 jtc Exp $ */
int yywrap()
{
return 1;
}