shithub: riscv

ref: 03d870e0283299404b0eb46689d13f8538e83a2f
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}