git: 9front

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

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

int
yywrap(void)
{
	return 1;
}