Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1623 → Rev 1622

/uspace/trunk/libc/generic/io/printf.c
30,10 → 30,6
#include <stdio.h>
#include <stdio.h>
 
/** Print formatted text.
* @param fmt format string
* \see For more details about format string see printf_core.
*/
int printf(const char *fmt, ...)
{
int ret;