git: 9front

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

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

int
yywrap(void)
{
	return 1;
}