git: 9front

ref: 2fe0d40ef94dfc8934c0eec79237e1c2e1785f8d
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}