shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}