git: 9front

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

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

int
yywrap(void)
{
	return 1;
}