GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
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