git: 9front

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

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

int
yywrap(void)
{
	return 1;
}