shithub: riscv

ref: 40bc0b9de717c9f7cfadcca1d6d21bb115b3e8bb
dir: /sys/src/ape/lib/l/yywrap.c/

View raw version
#include	<libl.h>
#include	<stdio.h>

int
yywrap(void)
{
	return 1;
}