shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}