dtfft_get_executor_string_c Subroutine

private subroutine dtfft_get_executor_string_c(executor, executor_string, executor_string_size) bind(C)

Arguments

Type IntentOptional Attributes Name
type(dtfft_executor_t), intent(in) :: executor

The enumerated type dtfft_executor_t

character(len=c_char), intent(out) :: executor_string(*)

Resulting string

integer(kind=c_size_t), intent(out) :: executor_string_size

Size of string


Calls

proc~~dtfft_get_executor_string_c~~CallsGraph proc~dtfft_get_executor_string_c dtfft_get_executor_string_c proc~dtfft_get_executor_string dtfft_get_executor_string proc~dtfft_get_executor_string_c->proc~dtfft_get_executor_string proc~string_f2c string_f2c proc~dtfft_get_executor_string_c->proc~string_f2c