Changes in libcfa/src/iostream.cfa [7cfef0d:51230f1b]
- File:
-
- 1 edited
-
libcfa/src/iostream.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.cfa
r7cfef0d r51230f1b 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Aug 24 08:31:35202013 // Update Count : 11 3012 // Last Modified On : Tue Aug 11 22:16:33 2020 13 // Update Count : 1128 14 14 // 15 15 … … 20 20 #include <stdint.h> // UINT64_MAX 21 21 #include <float.h> // DBL_DIG, LDBL_DIG 22 #include <math.h> // isfinite 22 23 #include <complex.h> // creal, cimag 23 //#include <string.h> // strlen, strcmp , memcpy24 //#include <string.h> // strlen, strcmp 24 25 extern "C" { 25 26 extern size_t strlen (const char *__s) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))); … … 29 30 } // extern "C" 30 31 31 #include "math.hfa" // isfinite, floor, ceiling_div 32 #include "bitmanip.hfa" // high1 32 #include <bitmanip.hfa> // high1 33 33 34 34
Note:
See TracChangeset
for help on using the changeset viewer.