shithub: riscv

ref: 1a90e04c056c02aee0d14eed46312e1289efbf73
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}