For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?