shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}