Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3350 → Rev 3351

/trunk/uspace/lib/libc/generic/io/asprintf.c
43,6 → 43,14
return count;
}
 
/** Allocate and print to string.
*
* @param strp Address of the pointer where to store the address of
* the newly allocated string.
* @fmt Format strin.
*
* @return Number of characters printed or a negative error code.
*/
int asprintf(char **strp, const char *fmt, ...)
{
struct printf_spec ps = {