shithub: riscv

ref: 13ec55922f0819aaa2cbb95a9f9bdbed5ae73e2b
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}