git: 9front

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

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

int
yywrap(void)
{
	return 1;
}