shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}