git: 9front

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

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

int
yywrap(void)
{
	return 1;
}