shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}