shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}