


% -*- texinfo -*-
% @deftypefn {Function File} {@var{m} =} lz77deco (@var{c}, @var{alph}, @var{la}, @var{n})
% Lempel-Ziv 77 source algorithm decoding implementation. Where
%
% @table @asis
% @item @var{m}
% message decoded (1xN).
% @item @var{c}
% encoded message (Mx3).
% @item @var{alph}
% size of alphabet.
% @item @var{la}
% lookahead buffer size.
% @item @var{n}
% sliding window buffer size.
% @end table
% @seealso{lz77enco}
% @end deftypefn