Changes in src/libcfa/stdlib.c [6065b3aa:b2551ce]
- File:
-
- 1 edited
-
src/libcfa/stdlib.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/stdlib.c
r6065b3aa rb2551ce 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 n 1 21:52:57201713 // Update Count : 28 012 // Last Modified On : Thu Jul 20 16:01:40 2017 13 // Update Count : 282 14 14 // 15 15 … … 18 18 //--------------------------------------- 19 19 20 extern "C" {21 20 #define _XOPEN_SOURCE 600 // posix_memalign, *rand48 22 21 #include <stdlib.h> // malloc, free, calloc, realloc, memalign, posix_memalign, bsearch … … 25 24 #include <math.h> // fabsf, fabs, fabsl 26 25 #include <complex.h> // _Complex_I 27 } // extern "C"28 26 29 27 // resize, non-array types
Note:
See TracChangeset
for help on using the changeset viewer.