Changeset ff9244a in mainline for uspace/lib/libc/generic/io/vprintf.c
- Timestamp:
- 2007-12-26T22:16:21Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2f02aa17
- Parents:
- 75ae31d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/io/vprintf.c
r75ae31d rff9244a 44 44 static int vprintf_write(const char *str, size_t count, void *unused) 45 45 { 46 return write (1,str, count);46 return write_stdout(str, count); 47 47 } 48 48
Note:
See TracChangeset
for help on using the changeset viewer.