git: 9front

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

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

int
yywrap(void)
{
	return 1;
}