9 lines
222 B
C
9 lines
222 B
C
|
/* libyywrap - flex run-time support library "yywrap" function */
|
||
|
|
||
|
/* $Header: /home/cvs/xenocara/app/fvwm/extras/FvwmScript/Attic/libyywrap.c,v 1.1.1.1 2006/11/26 10:53:14 matthieu Exp $ */
|
||
|
|
||
|
int yywrap()
|
||
|
{
|
||
|
return 1;
|
||
|
}
|