git: 9front

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

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

int
yywrap(void)
{
	return 1;
}