shithub: riscv

ref: 698837e7150af19ff6a3f0bf2144dffc81202a55
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}