git: 9front

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

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

int
yywrap(void)
{
	return 1;
}