shithub: riscv

ref: 5e2bf722c3e5b34788bbf6e79c27b39c9941990d
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}