shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}