shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}