7.2.26 _gfortran_caf_error_stop — Error termination with exit code

Synopsis:

void _gfortran_caf_error_stop (int error)

Description:

Invoked for an ERROR STOP statement that has an integer argument. The function should terminate the program with the specified exit code.

Arguments:
errorintent(in) The exit status to be used.