shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}