git: 9front

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

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

int
yywrap(void)
{
	return 1;
}