dtfft_get_error_string_c Subroutine

private subroutine dtfft_get_error_string_c(error_code, error_string, error_string_size) bind(C)

Returns an explaination of error_code that could have been previously returned by one of dtFFT API calls, C/C++ interface

Arguments

Type IntentOptional Attributes Name
integer(kind=c_int32_t), intent(in) :: error_code

The enumerated type dtfft_error_t defines API call result codes.

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

Explanation of error

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

Size of error_string


Calls

proc~~dtfft_get_error_string_c~~CallsGraph proc~dtfft_get_error_string_c dtfft_get_error_string_c proc~dtfft_get_error_string dtfft_get_error_string proc~dtfft_get_error_string_c->proc~dtfft_get_error_string proc~string_f2c string_f2c proc~dtfft_get_error_string_c->proc~string_f2c