Changeset 7e752b2 in mainline for uspace/app/tester/stdio/stdio1.c
- Timestamp:
- 2010-11-26T01:33:20Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- bf61d3a
- Parents:
- 202f57b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/stdio/stdio1.c
r202f57b r7e752b2 60 60 61 61 buf[cnt] = '\0'; 62 TPRINTF("Read % u bytes, string \"%s\"\n", cnt, buf);62 TPRINTF("Read %zu bytes, string \"%s\"\n", cnt, buf); 63 63 64 64 TPRINTF("Seek to beginning...");
Note: See TracChangeset
for help on using the changeset viewer.