git: 9front

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

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

int
yywrap(void)
{
	return 1;
}