shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}