git: 9front

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

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

int
yywrap(void)
{
	return 1;
}