shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}