shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}