shithub: riscv

ref: 27fb90eb6e2e277849efca83405a75bc3c724b50
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}