git: 9front

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

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

int
yywrap(void)
{
	return 1;
}