git: 9front

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

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

int
yywrap(void)
{
	return 1;
}