shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}