shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}