git: 9front

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

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

int
yywrap(void)
{
	return 1;
}