Changes in src/libcfa/stdlib.c [b2551ce:6065b3aa]
- File:
-
- 1 edited
-
src/libcfa/stdlib.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/stdlib.c
rb2551ce r6065b3aa 10 10 // Created On : Thu Jan 28 17:10:29 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Ju l 20 16:01:40201713 // Update Count : 28 212 // Last Modified On : Thu Jun 1 21:52:57 2017 13 // Update Count : 280 14 14 // 15 15 … … 18 18 //--------------------------------------- 19 19 20 extern "C" { 20 21 #define _XOPEN_SOURCE 600 // posix_memalign, *rand48 21 22 #include <stdlib.h> // malloc, free, calloc, realloc, memalign, posix_memalign, bsearch … … 24 25 #include <math.h> // fabsf, fabs, fabsl 25 26 #include <complex.h> // _Complex_I 27 } // extern "C" 26 28 27 29 // resize, non-array types
Note:
See TracChangeset
for help on using the changeset viewer.