shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}