shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}