shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}