shithub: front

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

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

int
yywrap(void)
{
	return 1;
}