shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}