shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}