インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
POSIX Subroutine: Executes a new process by passing command-line arguments.
CALL PXFEXECVP (file,lenfile,argv,lenargv,iargc,ierror)
file |
(Input) Character. The filename of the new executable process. |
lenfile |
(Input) INTEGER(4). The length of file string. |
argv |
(Input) An array of character strings. Contains the command-line arguments to be passed to the new process. |
lenargv |
(Input) INTEGER(4). An array that contains the lengths for each corresponding character string in argv. |
iargc |
(Input) INTEGER(4). The number of command-line arguments. |
ierror |
(Input) Character. The filename of the new executable process. |