|
Electronics Circuits &
Tutorials |
|
|
|
|
|
|
Home >
Electronics Tutorials >
C Language
Tutorial > stdlib.h - Environment Functions - abort |
C Language Programming Library
Reference Guide
|
stdlib.h - Environment Functions - abort
|
|
Declaration:
void abort(void);
Causes an abnormal
program termination.
Raises the SIGABRT
signal and an
unsuccessful termination
status is returned to
the environment. Whether
or not open streams are
closed is
implementation-defined.
No return is
possible. |
|
|
Note: To report broken links or to submit your projects,
tutorials please email to Webmaster |
|
|
|
|
Copyright ©
1999-2020
www.hobbyprojects.com
(All rights reserved) |
|