git: 9front

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

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

int
yywrap(void)
{
	return 1;
}