shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}