git: 9front

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

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

int
yywrap(void)
{
	return 1;
}