close
refer to http://www.cppreference.com/stdother/exit.html
Syntax:
#include
void exit( int exit_code );
The exit() function stops the program.
exit_code is passed on to be the return value of the program,
where usually zero indicates success and non-zero indicates an error.
全站熱搜