Subversion Repositories HelenOS

Rev

Rev 1787 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1787 Rev 1866
Line 54... Line 54...
54
    struct printf_spec ps = {(int(*)(void *, size_t, void *))vprintf_write, NULL};
54
    struct printf_spec ps = {(int(*)(void *, size_t, void *))vprintf_write, NULL};
55
    return printf_core(fmt, &ps, ap);
55
    return printf_core(fmt, &ps, ap);
56
 
56
 
57
}
57
}
58
 
58
 
59
 
-
 
60
 
-
 
61
 
-
 
62
 /** @}
59
/** @}
63
 */
60
 */
64
 
-
 
65
 
-