[−][src]Function avr_libc::abort
pub unsafe extern "C" fn abort()
The abort() function causes abnormal program termination to occur. This realization disables interrupts and jumps to _exit() function with argument equal to 1. In the limited AVR environment, execution is effectively halted by entering an infinite loop.