shithub: riscv

ref: 78cc69e9f24f9b3e256c29b73772eedafcb16792
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}