pr_abort.rst (298B)
1 PR_Abort 2 ======== 3 4 Aborts the process in a nongraceful manner. 5 6 7 Syntax 8 ------ 9 10 .. code:: 11 12 #include <prinit.h> 13 14 void PR_Abort(void); 15 16 17 Description 18 ----------- 19 20 :ref:`PR_Abort` results in a core file and a call to the debugger or 21 equivalent, in addition to causing the entire process to stop.