shithub: riscv

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

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

int
yywrap(void)
{
	return 1;
}