git: 9front

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

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

int
yywrap(void)
{
	return 1;
}