_gfortran_caf_init — Initialiation functionNULL pointers as argument; if non-NULL,
the library is permitted to modify the arguments.
void _gfortran_caf_init (int *argc, char ***argv)
| argc | intent(inout) An integer pointer with the number of
arguments passed to the program or NULL.
|
| argv | intent(inout) A pointer to an array of strings with the
command-line arguments or NULL.
|