git: 9front

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

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

int
yywrap(void)
{
	return 1;
}