shithub: riscv

ref: 958b4764994eb874ef0382f86f6dfe6ee5db2cf9
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}