Changeset 2e4bd1f in mainline for uspace/lib/libc/generic/io/asprintf.c
- Timestamp:
- 2008-08-22T17:33:37Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ab597d
- Parents:
- 80791a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/io/asprintf.c
r80791a7 r2e4bd1f 44 44 } 45 45 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 */ 46 54 int asprintf(char **strp, const char *fmt, ...) 47 55 {
Note:
See TracChangeset
for help on using the changeset viewer.