Changes in src/libcfa/assert.c [91c389a:9d944b2]
- File:
-
- 1 edited
-
src/libcfa/assert.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/assert.c
r91c389a r9d944b2 9 9 // Author : Thierry Delisle 10 10 // Created On : Mon Nov 28 12:27:26 2016 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Thu Jul 20 15:10:26 201713 // Update Count : 211 // Last Modified By : Thierry Delisle 12 // Last Modified On : Mon Nov 28 12:27:26 2016 13 // Update Count : 0 14 14 // 15 15 16 #include <assert.h>17 #include <stdarg.h> // varargs18 #include <stdio.h> // fprintf 16 #include "assert" 17 #include "stdlib" // abort 18 19 19 #include "libhdr/libdebug.h" 20 20 21 21 extern "C" { 22 #include <stdarg.h> // varargs 23 #include <stdio.h> // fprintf 24 22 25 extern const char * __progname; // global name of running executable (argv[0]) 23 26 … … 44 47 abort(); 45 48 } 49 46 50 } 47 51
Note:
See TracChangeset
for help on using the changeset viewer.