summaryrefslogtreecommitdiff
path: root/sys/src/ape/lib/l/yywrap.c
blob: 772ee0ae56a6fba3b2037a3edb6e45338a994096 (plain)
1
2
3
4
5
6
7
8
#include	<libl.h>
#include	<stdio.h>

int
yywrap(void)
{
	return 1;
}