git: 9front

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

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

int
yywrap(void)
{
	return 1;
}