Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/stdlib.c

    rb2551ce r6065b3aa  
    1010// Created On       : Thu Jan 28 17:10:29 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jul 20 16:01:40 2017
    13 // Update Count     : 282
     12// Last Modified On : Thu Jun  1 21:52:57 2017
     13// Update Count     : 280
    1414//
    1515
     
    1818//---------------------------------------
    1919
     20extern "C" {
    2021#define _XOPEN_SOURCE 600                                                               // posix_memalign, *rand48
    2122#include <stdlib.h>                                                                             // malloc, free, calloc, realloc, memalign, posix_memalign, bsearch
     
    2425#include <math.h>                                                                               // fabsf, fabs, fabsl
    2526#include <complex.h>                                                                    // _Complex_I
     27} // extern "C"
    2628
    2729// resize, non-array types
Note: See TracChangeset for help on using the changeset viewer.