Ignore:
Timestamp:
2008-08-22T17:33:37Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ab597d
Parents:
80791a7
Message:

Cstyle and formatting changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/io/asprintf.c

    r80791a7 r2e4bd1f  
    4444}
    4545
     46/** Allocate and print to string.
     47 *
     48 * @param strp          Address of the pointer where to store the address of
     49 *                      the newly allocated string.
     50 * @fmt                 Format strin.
     51 *
     52 * @return              Number of characters printed or a negative error code.
     53 */
    4654int asprintf(char **strp, const char *fmt, ...)
    4755{
Note: See TracChangeset for help on using the changeset viewer.