shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}