What is the preferred way to output an error message and stop openCARP when an error condition makes further execution impossible or useless? I see several approaches being taken in the code, but no convenient function that combines a printf() with an exit() or abort().