Changeset 0bc36ba in mainline for libc/generic/io/vsnprintf.c


Ignore:
Timestamp:
2006-05-02T11:52:52Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
432c648
Parents:
6180b57
Message:

Comments update.

File:
1 edited

Legend:

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

    r6180b57 r0bc36ba  
    8383int vsnprintf(char *str, size_t size, const char *fmt, va_list ap)
    8484{
    85         size_t retval;
    8685        struct vsnprintf_data data = {size, 0, str};
    8786        struct printf_spec ps = {(int(*)(void *, size_t, void *))vsnprintf_write, &data};
Note: See TracChangeset for help on using the changeset viewer.