qexit
Stop execution of IDC program, close the database and exit to OS
code - code to exit with.
To quit without saving the database, execute the following line:
process_config_directive("ABANDON_DATABASE=YES");
void qexit(long code);
Last updated