git: 9front

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

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

int
yywrap(void)
{
	return 1;
}