Changeset 5fe5f1e in mainline for generic/src/debug/print.c


Ignore:
Timestamp:
2006-01-04T13:14:39Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dfd9186
Parents:
b524c5e0
Message:

Clean up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/debug/print.c

    rb524c5e0 r5fe5f1e  
    153153 * X    As with 'x', but '0x' is prefixed.
    154154 *
    155  * .    The decimal number following period will be treated as precision
    156  *      for printing floating point numbers. One of 'e', 'E', 'f' or 'F'
    157  *      must follow.
    158  *
    159155 * All other characters from fmt except the formatting directives
    160156 * are printed in verbatim.
Note: See TracChangeset for help on using the changeset viewer.