shithub: riscv

ref: 89f9966aeda62f4763c00c64de84d5726cff980a
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}