git: 9front

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

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

int
yywrap(void)
{
	return 1;
}