git: 9front

ref: 43c17be65ab86b88d8e17a0bf2bffa9c253f86f2
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}