Changeset 55cff86 in mainline for libc/generic/io/io.c
- Timestamp:
- 2006-03-15T12:36:49Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2345061
- Parents:
- d73942c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/io/io.c
rd73942c r55cff86 68 68 size_t count; 69 69 70 if (str == NULL) { 71 return putnchars("(NULL)",6 ); 72 } 73 70 74 for (count = 0; str[count] != 0; count++); 71 75 if (write(1, (void * ) str, count) == count) {
Note:
See TracChangeset
for help on using the changeset viewer.