git: 9front

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

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

int
yywrap(void)
{
	return 1;
}