shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}