git: 9front

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

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

int
yywrap(void)
{
	return 1;
}