shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}