PIO
2.5.4
|
Get the error message from an error in Fortran. More...
Functions/Subroutines | |
integer function | pio_nf::strerror (errcode, errmsg) |
Get the error message from an error in Fortran.
integer function pio_nf::strerror | ( | integer, intent(in) | errcode, |
character(len=*), intent(out) | errmsg | ||
) |
Returns a descriptive string for an error code.
errcode | the error code. |
errmsg | the error message. |
0 | for success, error code otherwise. |