git: 9front

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

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

int
yywrap(void)
{
	return 1;
}