shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}