shithub: riscv

ref: 0e7062a1139928041a6f7a7ff220f1cbc69f0abe
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}