shithub: riscv

ref: 928b38c7b9d538f933eabdb563a408c3a6a95504
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}