Changeset 290
- Timestamp:
- Jun 4, 2003, 4:29:41 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/testcase/456/complex.c (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/testcase/456/complex.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r289 r290 4 4 */ 5 5 6 #include <stdio.h>6 #include <stdio.h> 7 7 /* do we have complex.h? let's skip that for now and do the #define ourself. */ 8 8 #define complex _Complex 9 10 11 12 13 9 14 10 15 void main(void) … … 19 24 printf("sizeof(complex double ) = %2dbytes %3dbits\n", sizeof(ComplexDouble ), sizeof(ComplexDouble )*8); 20 25 printf("sizeof(complex long double) = %2dbytes %3dbits\n", sizeof(ComplexLongDouble), sizeof(ComplexLongDouble)*8); 26 27 28 29 30 21 31 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
