Returns an explaination of error_code that could have been previously returned by one of dtFFT API calls,
C interface
| Type | Intent | Optional | 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 |