git: 9front

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

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

int
yywrap(void)
{
	return 1;
}