git: 9front

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

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

int
yywrap(void)
{
	return 1;
}