shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}