git: 9front

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

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

int
yywrap(void)
{
	return 1;
}