git: 9front

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

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

int
yywrap(void)
{
	return 1;
}