Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/fstream.c

    r91c389a r53a6c2a  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jul 20 15:20:49 2017
    13 // Update Count     : 252
     12// Last Modified On : Thu Jul  6 18:38:25 2017
     13// Update Count     : 251
    1414//
    1515
    1616#include "fstream"
    1717
     18extern "C" {
    1819#include <stdio.h>                                                                              // vfprintf, vfscanf
    1920#include <stdlib.h>                                                                             // exit
     
    2324#include <float.h>                                                                              // DBL_DIG, LDBL_DIG
    2425#include <complex.h>                                                                    // creal, cimag
    25 #include <assert.h>
     26}
     27#include "assert"
    2628
    2729#define IO_MSG "I/O error: "
Note: See TracChangeset for help on using the changeset viewer.