shithub: front

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

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

int
yywrap(void)
{
	return 1;
}