51 result = command_argument_count()
79 integer,
intent(in):: idx_given
80 character(len = *),
intent(out):: result
89 if (idx_given < 0)
then 90 idx = argc + 1 + idx_given
100 call get_command_argument(idx, result)
subroutine sysdepargget(idx_given, result)
integer function sysdepargcount()