git: 9front

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

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

int
yywrap(void)
{
	return 1;
}