Changeset 7cfef0d for libcfa/src/iostream.cfa
- Timestamp:
- Aug 24, 2020, 8:34:24 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 0254454
- Parents:
- 97cba9f
- File:
-
- 1 edited
-
libcfa/src/iostream.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.cfa
r97cba9f 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.