git: 9front

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

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

int
yywrap(void)
{
	return 1;
}