git: 9front

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

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

int
yywrap(void)
{
	return 1;
}