shithub: front

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

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

int
yywrap(void)
{
	return 1;
}