shithub: riscv

ref: eb76dc48cdcfb97b1d0f42e7f5f498d914dc8e71
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}