shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}