- Timestamp:
- Jun 9, 2019, 6:23:47 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- a62749f, ca8824d, e7f8119
- Parents:
- 1e6ea4e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/io2.cfa
r1e6ea4e1 r61c7239 10 10 // Created On : Wed Mar 2 16:56:02 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Apr 18 08:03:30201913 // Update Count : 11 312 // Last Modified On : Sun Jun 9 08:07:42 2019 13 // Update Count : 117 14 14 // 15 15 … … 49 49 in | f | d | ld; // floating point 50 50 in | fc | dc | ldc; // floating-point complex 51 in | cstr( s1 ) | cstr( s2, size );// C string, length unchecked and checked51 in | cstr( s1 ) | wd( size, cstr( s2 ) ); // C string, length unchecked and checked 52 52 sout | nl; 53 53 … … 133 133 // Local Variables: // 134 134 // tab-width: 4 // 135 // compile-command: "cfa -DIN_DIR= ".in/" io2.cfa" //135 // compile-command: "cfa -DIN_DIR=\".in/\" io2.cfa" // 136 136 // End: //
Note: See TracChangeset
for help on using the changeset viewer.