shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}