shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}