shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}