git: 9front

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

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

int
yywrap(void)
{
	return 1;
}