ABORT function


The abort causes a program to abnormaly terminate.



	Library:   stdlib.h

	Prototype: void abort(void);

	Syntax:    main()
                   {
                     abort();
                   }



Examples:

No example program.

See Also:

abort function.

exit function.

atext function.


Top Master Index Keywords Functions


Martin Leslie