git: 9front

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

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

int
yywrap(void)
{
	return 1;
}