git: 9front

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

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

int
yywrap(void)
{
	return 1;
}