shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}