git: 9front

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

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

int
yywrap(void)
{
	return 1;
}