Definition at line 306 of file dc_args.f90.
◆ dcargsnumber0()
integer function dc_args::number::dcargsnumber0 |
( |
type(args), intent(inout) |
arg | ) |
|
|
private |
Definition at line 818 of file dc_args.f90.
823 type(args),
intent(inout) :: arg
825 character(len = *),
parameter :: subname =
'DCArgsNumber' 827 if (.not. arg % initialized)
then 828 call messagenotify(
'W', subname,
'Call Open before Help in dc_args.')
831 result =
size(cmd_argv_list)
The documentation for this interface was generated from the following file: