shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}