shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}