git: 9front

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

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

int
yywrap(void)
{
	return 1;
}