shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}