Changeset 80076f6 in mainline for libc/generic/io/vsprintf.c


Ignore:
Timestamp:
2006-06-06T21:06:28Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9ab91f16
Parents:
d1c4b9e
Message:

Simple doxygen comments for printf functions.

File:
1 edited

Legend:

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

    rd1c4b9e r80076f6  
    3131#include <io/printf_core.h>
    3232
     33/** Print formatted to the given buffer.
     34 * @param str   buffer
     35 * @param fmt   format string
     36 * @param ap    argument list
     37 * \see For more details about format string see printf_core.
     38 */
    3339int vsprintf(char *str, const char *fmt, va_list ap)
    3440{
Note: See TracChangeset for help on using the changeset viewer.