Subversion Repositories HelenOS

Rev

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

Rev 1787 Rev 1888
Line 51... Line 51...
51
    struct printf_spec ps = {(int(*)(void *, size_t, void *))vprintf_write, NULL};
51
    struct printf_spec ps = {(int(*)(void *, size_t, void *))vprintf_write, NULL};
52
    return printf_core(fmt, &ps, ap);
52
    return printf_core(fmt, &ps, ap);
53
 
53
 
54
}
54
}
55
 
55
 
56
 
-
 
57
 
-
 
58
 /** @}
56
/** @}
59
 */
57
 */
60
 
-