shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}