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