LabWindows/CVI

Content Type
Programming Language
Current manual
Table of Contents

abort

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 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

Was this information helpful?