git: 9front

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

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

int
yywrap(void)
{
	return 1;
}