Definition at line 306 of file dc_args.f90.
◆ dcargsnumber0()
| integer function dc_args::number::dcargsnumber0 |
( |
type(args), intent(inout) | arg | ) |
|
Definition at line 817 of file dc_args.f90.
818
819
820
821 use dc_message, only: messagenotify
822 implicit none
823 type(ARGS), intent(inout) :: arg
824 integer :: result
825 character(len = *), parameter :: subname = 'DCArgsNumber'
826 continue
827 if (.not. arg % initialized) then
828 call messagenotify('W', subname, 'Call Open before Help in dc_args.')
829 call dcargsopen(arg)
830 end if
831 result = size(cmd_argv_list)
The documentation for this interface was generated from the following file: