git: 9front

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

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

int
yywrap(void)
{
	return 1;
}