shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}