minix/commands/flex-2.5.4/libyywrap.c

9 lines
113 B
C
Raw Normal View History

2005-07-11 14:54:10 +02:00
/* libyywrap - flex run-time support library "yywrap" function */
/* $Header$ */
int yywrap()
{
return 1;
}