Changeset 4ba1db5 in mainline
- Timestamp:
- 2006-03-14T12:42:29Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 18acad5
- Parents:
- 4e2cf8b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/io/print.c
r4e2cf8b r4ba1db5 293 293 } 294 294 295 if (i > j) { 296 if ((retval = putnchars(&fmt[j], i - j)) == EOF) { /* error */ 297 return -counter; 298 } 299 counter += retval; 300 } 301 295 302 va_end(ap); 296 303 return counter;
Note:
See TracChangeset
for help on using the changeset viewer.