git: 9front

ref: 8ca3ce015fd6ac6c5926fae42708ccd75bdca26c
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}