Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/assert.c

    r91c389a r9d944b2  
    99// Author           : Thierry Delisle
    1010// Created On       : Mon Nov 28 12:27:26 2016
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jul 20 15:10:26 2017
    13 // Update Count     : 2
     11// Last Modified By : Thierry Delisle
     12// Last Modified On : Mon Nov 28 12:27:26 2016
     13// Update Count     : 0
    1414//
    1515
    16 #include <assert.h>
    17 #include <stdarg.h>                                                             // varargs
    18 #include <stdio.h>                                                              // fprintf
     16#include "assert"
     17#include "stdlib"                                                                               // abort
     18
    1919#include "libhdr/libdebug.h"
    2020
    2121extern "C" {
     22        #include <stdarg.h>                                                             // varargs
     23        #include <stdio.h>                                                              // fprintf
     24
    2225        extern const char * __progname;                                         // global name of running executable (argv[0])
    2326
     
    4447                abort();
    4548        }
     49
    4650}
    4751
Note: See TracChangeset for help on using the changeset viewer.