git: 9front

ref: d936e15ac255fdc5b07b24a4feedcf937b77ffcf
dir: /sys/src/ape/lib/l/yywrap.c/

View raw version
#include	<libl.h>
#include	<stdio.h>

int
yywrap(void)
{
	return 1;
}