git: 9front

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

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

int
yywrap(void)
{
	return 1;
}