Changeset d7568a9f in mainline
- Timestamp:
- 2005-05-11T19:02:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45671f48
- Parents:
- da585a52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/debug/print.c
rda585a52 rd7568a9f 108 108 * 109 109 * % Prints the percentage character. 110 * s The next variant argument is t hreated as char*110 * s The next variant argument is treated as char* 111 111 * and printed as a NULL terminated string. 112 * c The next variant argument is t hreated as a single char.113 * l The next variant argument is t hreated as a 32b integer112 * c The next variant argument is treated as a single char. 113 * l The next variant argument is treated as a 32b integer 114 114 * and printed in full hexadecimal width. 115 115 * L As with 'l', but '0x' is prefixed. 116 * w The next variant argument is t hreated as a 16b integer116 * w The next variant argument is treated as a 16b integer 117 117 * and printed in full hexadecimal width. 118 118 * W As with 'w', but '0x' is prefixed. 119 * b The next variant argument is t hreated as a 8b integer119 * b The next variant argument is treated as a 8b integer 120 120 * and printed in full hexadecimal width. 121 121 * N As with 'b', but '0x' is prefixed. 122 * d The next variant argument is t hreated as integer122 * d The next variant argument is treated as integer 123 123 * and printed in standard decimal format (only significant 124 124 * digits). 125 * x The next variant argument is t hreated as integer125 * x The next variant argument is treated as integer 126 126 * and printed in standard hexadecimal format (only significant 127 127 * digits).
Note:
See TracChangeset
for help on using the changeset viewer.