git: 9front

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

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

int
yywrap(void)
{
	return 1;
}