shithub: riscv

ref: e38b748d43560b0f8bd5e02e1e8ca6c43fd21777
dir: /sys/src/liblex/yywrap.c/

View raw version
#include	<u.h>
#include	<libc.h>
#include	<stdio.h>

int
yywrap(void)
{
	return 1;
}