git: 9front

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

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

int
yywrap(void)
{
	return 1;
}