git: 9front

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

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

int
yywrap(void)
{
	return 1;
}