shithub: riscv

ref: 4c52aedfe92da7efe85e3b855855acb94863e084
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}