git: 9front

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

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

int
yywrap(void)
{
	return 1;
}