Functions | |
void | Exit_Program (void) |
void Exit_Program | ( | void | ) |
Calls the defined exit handlers, and exits to the operating system with a normal status.
The currently defined exit handlers are called. These usually include Reset_System() , which shuts down devices and frees memory. The operating system is then called with a "normal" exit status to terminate program execution.