git: 9front

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

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

int
yywrap(void)
{
	return 1;
}