git: 9front

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

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

int
yywrap(void)
{
	return 1;
}