Defined in rt_sys.h, this is the library
exit function. All exits from the library eventually call _sys_exit().
Syntax
void _sys_exit(int return_code);
Usage
This function must not return. You can intercept application
exit at a higher level by either:
Implementing
the C library function exit() as part of your
application. You lose atexit() processing and
library shutdown if you do this.
Implementing the function __rt_exit(int
n) as part of your application. You lose library shutdown
if you do this, but atexit() processing is
still performed when exit() is called or main() returns.
Returns
The return code is advisory. An implementation might attempt
to pass it to the execution environment.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.