git: 9front

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

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

int
yywrap(void)
{
	return 1;
}