shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}