Changeset b2951e2 in mainline for libc/generic/io/printf_core.c


Ignore:
Timestamp:
2006-06-07T19:27:43Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b3d1e11
Parents:
f951077
Message:

Doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/io/printf_core.c

    rf951077 rb2951e2  
    2828 */
    2929
     30 /** @addtogroup libc
     31 * @{
     32 */
    3033/**
    31  * @file        print.c
     34 * @file
    3235 * @brief       Printing functions.
    3336 */
     
    413416 *
    414417 *      - 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 / \%#x for 64bit long pointers).
     418 *      (as with '\%#X' or '\%#x' for 32bit or '\%#X' or '\%#x' for 64bit long pointers).
    416419 *
    417420 *      - b     Print value as unsigned binary number. Prefix is not printed by default. (Nonstandard extension.)
     
    686689}
    687690
     691
     692
     693 /** @}
     694 */
     695 
     696 
Note: See TracChangeset for help on using the changeset viewer.