git: 9front

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

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

int
yywrap(void)
{
	return 1;
}