xilaenv.f

Go to the documentation of this file.
00001       subroutine xilaenv (ispec, name, opts, n1, n2, n3, n4, retval)
00002       character*(*) name, opts
00003       integer ilaenv, ispec, n1, n2, n3, n4, retval
00004       retval = ilaenv (ispec, name, opts, n1, n2, n3, n4)
00005       return
00006       end
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines