git: 9front

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

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

int
yywrap(void)
{
	return 1;
}