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

9 lines
200 B
C
Raw Normal View History

1993-12-02 22:14:27 +03:00
/* libyywrap - flex run-time support library "yywrap" function */
/* $Header: /cvsroot/src/gnu/usr.bin/lex/lib/Attic/libyywrap.c,v 1.1 1993/12/02 19:14:33 jtc Exp $ */
int yywrap()
{
return 1;
}