shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}