Changes in uspace/app/tester/print/print2.c [9c40b834:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/print/print2.c
r9c40b834 ra35b458 62 62 TPRINTF("Real output: [%td] [%tu] [%tx] [%ti] [%to]\n\n", d, neg_d, neg_d, d, neg_d); 63 63 64 TPRINTF("Testing printf(\"%%lf\", 768.0):\n");65 TPRINTF("Expected output: [768.000000]\n");66 TPRINTF("Real output: [%lf]\n", 768.0);67 68 64 return NULL; 69 65 }
Note:
See TracChangeset
for help on using the changeset viewer.