shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}