Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include	<libl.h>
2
#include	<stdio.h>
3
 
4
int
5
yywrap(void)
6
{
7
	return 1;
8
}