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

9 lines
196 B
C
Raw Normal View History

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