git: 9front

ref: cfdca542cd280c992c3b44cdcc2fd11d748b0d6d
dir: /sys/src/liblex/yywrap.c/

View raw version
#include	<u.h>
#include	<libc.h>
#include	<stdio.h>

int
yywrap(void)
{
	return 1;
}