shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}