git: 9front

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

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

int
yywrap(void)
{
	return 1;
}