git: 9front

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

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

int
yywrap(void)
{
	return 1;
}