GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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