shithub: riscv

ref: 01ed94c60df156518ce434401dfd471dd620ae4e
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}