shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}