shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}