Changeset b2951e2 in mainline for libc/generic/io/printf_core.c
- Timestamp:
- 2006-06-07T19:27:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3d1e11
- Parents:
- f951077
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/io/printf_core.c
rf951077 rb2951e2 28 28 */ 29 29 30 /** @addtogroup libc 31 * @{ 32 */ 30 33 /** 31 * @file print.c34 * @file 32 35 * @brief Printing functions. 33 36 */ … … 413 416 * 414 417 * - P, p Print value of a pointer. Void * value is expected and it is printed in hexadecimal notation with prefix 415 * (as with \%#X or \%#x for 32bit or \%#X / \%#xfor 64bit long pointers).418 * (as with '\%#X' or '\%#x' for 32bit or '\%#X' or '\%#x' for 64bit long pointers). 416 419 * 417 420 * - b Print value as unsigned binary number. Prefix is not printed by default. (Nonstandard extension.) … … 686 689 } 687 690 691 692 693 /** @} 694 */ 695 696
Note:
See TracChangeset
for help on using the changeset viewer.