git: 9front

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

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

int
yywrap(void)
{
	return 1;
}