git: 9front

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

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

int
yywrap(void)
{
	return 1;
}