git: 9front

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

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

int
yywrap(void)
{
	return 1;
}