quick_exit
From cppreference.com
| Defined in header <stdlib.h>
|
||
void quick_exit( int exit_code );
|
(since C99) | |
Causes normal program termination to occur without completely cleaning the resources.
Functions passed to Template:cpp are called in reverse order of their registration. After calling the registered functions, calls Template:cpp
Parameters
| exit_code | - | exit status of the program |
Return value
(none)