shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}