git: 9front

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

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

int
yywrap(void)
{
	return 1;
}