git: 9front

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

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

int
yywrap(void)
{
	return 1;
}