git: 9front

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

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

int
yywrap(void)
{
	return 1;
}