git: 9front

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

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

int
yywrap(void)
{
	return 1;
}