shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}