shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}