shithub: front

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

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

int
yywrap(void)
{
	return 1;
}