shithub: riscv

ref: 8309f15c3669d684da7c3fe2b6748f9362e1cc38
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}