Detailed information on abort using macro and new __abort function

This commit is contained in:
Jeremy Soller
2023-03-09 20:19:27 -07:00
parent 04d2f296a9
commit 47bd55451f
5 changed files with 35 additions and 11 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef _BITS_STDLIB_H
#define _BITS_STDLIB_H
# define abort() __abort(__func__, __FILE__, __LINE__)
#ifdef __cplusplus
extern "C" {
#endif