#include <sdgstd.h> _abort( format [, arg1, arg2, ...] );
"_abort" writes a formatted message to "stderr", then does an abort operation to dump the program. This call can be used when a "should never happen" event happens.
"_abort" converts, formats, and prints its arguments under control of the string "format".
If all arguments are omitted, just the abort is performed.
Copyright © 2000, Thinkage Ltd.