abort
From C/C++ Reference
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:
From C/C++ Reference
#include <cstdlib> void abort( void );
The function abort() terminates the current program. Depending on the implementation, the return value can indicate failure.