git: 9front

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

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

int
yywrap(void)
{
	return 1;
}