shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}