You copied the Doc URL to your clipboard.
__rt_lib_shutdown()
Defined in rt_misc.h, __rt_lib_shutdown()
is the library shutdown function and is the companion to __rt_lib_init()
.
Syntax
void
__rt_lib_shutdown(void
);
Usage
This function is provided in case a user must call it directly. This is the standard Arm® C library shutdown function and it must not be reimplemented.