shithub: riscv

ref: 66b9196f77442ba8a2cbb1396c7640fd4176c4eb
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}