git: 9front

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

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

int
yywrap(void)
{
	return 1;
}