GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
xilaenv.f
Go to the documentation of this file.
1  subroutine xilaenv (ispec, name, opts, n1, n2, n3, n4, retval)
2  character*(*) name, opts
3  integer ilaenv, ispec, n1, n2, n3, n4, retval
4  retval = ilaenv(ispec, name, opts, n1, n2, n3, n4)
5  return
6  end
subroutine xilaenv(ispec, name, opts, n1, n2, n3, n4, retval)
Definition: xilaenv.f:2