Subversion Repositories HelenOS

Rev

Rev 2465 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2465 Rev 4180
Line 31... Line 31...
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#include <print.h>
35
#include <print.h>
36
int printf(const char *fmt, ...);
-
 
37
 
36
 
38
int printf(const char *fmt, ...)
37
int printf(const char *fmt, ...)
39
{
38
{
40
    int ret;
39
    int ret;
41
    va_list args;
40
    va_list args;