git: 9front

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

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

int
yywrap(void)
{
	return 1;
}