shithub: riscv

ref: 98e2ea45fb498274b4ea2af48db5c500d7614f7b
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}