abort
- Updated2023-02-21
- 1 minute(s) read
abort
void abort (void);
Purpose
Causes the program to terminate immediately. The SIGABRT signal is sent and then the program is terminated, unless there is a signal handler for SIGABRT which does not return.
![]() |
Note The abort function cannot return to its caller. |
Parameters
None.
Return Value
None.
Additional Information
Library: ANSI C Library
Include file: ansi_c.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later