_gfortran_caf_error_stop_str — Error termination with string ¶void _gfortran_caf_error_stop (const char *string, size_t len)
Invoked for an ERROR STOP statement that has a string as argument. The
function should terminate the program with a nonzero-exit code.
| string | intent(in) the error message (not zero terminated) |
| len | intent(in) the length of the string |