shithub: front

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

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

int
yywrap(void)
{
	return 1;
}