shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}