git: 9front

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

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

int
yywrap(void)
{
	return 1;
}