Changeset 47e00b83 in mainline for uspace/app/bdsh/cmds/modules/printf/printf.c
- Timestamp:
- 2018-05-15T08:32:36Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8800b13, fac0ac7
- Parents:
- 3a26925
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-14 17:31:01)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-15 08:32:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/printf/printf.c
r3a26925 r47e00b83 65 65 * '%u' - unsigned integer. 66 66 * '%s' - null-terminated string. 67 * ****67 * 68 68 * @param ch formatted flag. 69 69 * @param arg string with data to print. … … 91 91 * Currently available characters are: 92 92 * '\n' - new line. 93 * ****93 * 94 94 * @param ch Control character. 95 95 */ … … 113 113 * %u - print an unsigned integer 114 114 * %s - print a null terminated string 115 * ****115 * 116 116 * Accepted output controls: 117 117 * \n - new line
Note:
See TracChangeset
for help on using the changeset viewer.