git: 9front

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

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

int
yywrap(void)
{
	return 1;
}