Changeset 8873 for branches/Orange-Branch/test/io/bmi/pingpong.c
- Timestamp:
- 06/08/11 19:19:43 (2 years ago)
- Files:
-
- 1 modified
-
branches/Orange-Branch/test/io/bmi/pingpong.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Orange-Branch/test/io/bmi/pingpong.c
r8871 r8873 605 605 fprintf(stderr, "CRC Mismatch! " 606 606 "Sent %llu but received %llu\n", 607 llu(crc), llu(rcrc)); 607 (long long unsigned int)crc, 608 (long long unsigned int)rcrc); 608 609 } 609 610 }
