shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}