shithub: riscv

ref: 858d3e39ab7e792c1d6e853ed699aeb5faf7d47c
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}