git: 9front

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

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

int
yywrap(void)
{
	return 1;
}