git: 9front

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

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

int
yywrap(void)
{
	return 1;
}