git: 9front

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

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

int
yywrap(void)
{
	return 1;
}