git: 9front

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

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

int
yywrap(void)
{
	return 1;
}