shithub: riscv

ref: 8483799d4a0f80e38edfb83f1772af840cafe637
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}