shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}