source: mainline/uspace/app/bdsh/cmds/modules/printf/TODO@ 582a0b8

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 582a0b8 was d9f53877, checked in by Vojtech Horky <vojtechhorky@…>, 13 years ago

Merge bdsh/echo and bdsh/printf (thx Alex Prutkov)

  • Property mode set to 100644
File size: 634 bytes
Line 
1At this stage printf is very young and limited, as it hopefully
2will be developed along with BDSH. Functionality is heavily related
3on libc printf already available. BDSH printf implements only 3 format
4flags, with no options/precision/width modifiers allowed. Also,
5one output control is available - '\n'. '\' character stands
6as an escape character, i.e. every special character after it
7will be treated as general char and will be printed out.
8What's missing:
9 * Error checking for format string.
10 * Add more output controls (\t \r ...)
11 * Add width/precision options for number printings
12 * Add more format flags (%f %b ...)
13
Note: See TracBrowser for help on using the repository browser.