Changeset ac47b7c2 in mainline for uspace/lib/libc/generic/io/printf_core.c
- Timestamp:
- 2009-06-18T08:30:50Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12956e57
- Parents:
- 553492be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/io/printf_core.c
r553492be rac47b7c2 301 301 if (str == NULL) 302 302 return printf_putstr(nullstr, ps); 303 304 if (*str == U_BOM)305 str++;306 303 307 304 /* Print leading spaces. */
Note:
See TracChangeset
for help on using the changeset viewer.