git: 9front

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

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

int
yywrap(void)
{
	return 1;
}