shithub: front

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

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

int
yywrap(void)
{
	return 1;
}