git: 9front

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

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

int
yywrap(void)
{
	return 1;
}