shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}