shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}