语法:
#include <cstdlib> void abort( void );
函数 abort() 终止当前程序。依赖实现,返回值可以指明失败。
相关主题: assert, atexit, exit