c:other:abort From C++ Reference previous page next page abort Syntax: #include <cstdlib> void abort( void ); The function abort() terminates the current program. Depending on the implementation, the return value can indicate failure. Related Topics: assert, atexit, exit previous page start next page