git: 9front

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

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

int
yywrap(void)
{
	return 1;
}