shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}