shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}