git: 9front

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

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

int
yywrap(void)
{
	return 1;
}