git: 9front

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

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

int
yywrap(void)
{
	return 1;
}