shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}