shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}