shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}