git: 9front

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

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

int
yywrap(void)
{
	return 1;
}