shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}