shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}