7.2.27 _gfortran_caf_error_stop_str — Error termination with string

Synopsis:

void _gfortran_caf_error_stop (const char *string, size_t len)

Description:

Invoked for an ERROR STOP statement that has a string as argument. The function should terminate the program with a nonzero-exit code.

Arguments:
stringintent(in) the error message (not zero terminated)
lenintent(in) the length of the string