Changeset 5fe5f1e in mainline for generic/src/debug/print.c
- Timestamp:
- 2006-01-04T13:14:39Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dfd9186
- Parents:
- b524c5e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/debug/print.c
rb524c5e0 r5fe5f1e 153 153 * X As with 'x', but '0x' is prefixed. 154 154 * 155 * . The decimal number following period will be treated as precision156 * for printing floating point numbers. One of 'e', 'E', 'f' or 'F'157 * must follow.158 *159 155 * All other characters from fmt except the formatting directives 160 156 * are printed in verbatim.
Note:
See TracChangeset
for help on using the changeset viewer.