shithub: front

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

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

int
yywrap(void)
{
	return 1;
}