Renesas Electronics
abort
Terminates the program
[Classification]
Standard library
[Syntax]
#include <stdlib.h>
void __fat abort(void);
[Description]
Calling abort terminates the program. Control does not return to the calling function.