git: 9front

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

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

int
yywrap(void)
{
	return 1;
}