git: 9front

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

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

int
yywrap(void)
{
	return 1;
}