abort
In this section:
Source file
arm\src\lib\runtime\abort.cDeclared in
stdlib.h
Description
Standard C library function that aborts execution.
C-SPY debug action
Exits the application.
Default implementation
Calls __exit(EXIT_FAILURE).
arm\src\lib\runtime\abort.cstdlib.h
Standard C library function that aborts execution.
Exits the application.
Calls __exit(EXIT_FAILURE).