git: 9front

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

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

int
yywrap(void)
{
	return 1;
}