Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2465
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, ...);
36
 
37
 
37
int printf(const char *fmt, ...)
38
int printf(const char *fmt, ...)
38
{
39
{
39
    int ret;
40
    int ret;
40
    va_list args;
41
    va_list args;