Subversion Repositories HelenOS

Rev

Rev 2131 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2131 Rev 2307
Line 45... Line 45...
45
    /* Support data - output stream specification, its state, locks,... */
45
    /* Support data - output stream specification, its state, locks,... */
46
    void *data;
46
    void *data;
47
 
47
 
48
};
48
};
49
 
49
 
50
int printf_core(const char *fmt, struct printf_spec *ps ,va_list ap);
50
int printf_core(const char *fmt, struct printf_spec *ps, va_list ap);
51
 
51
 
52
#endif
52
#endif
53
 
53
 
54
/** @}
54
/** @}
55
 */
55
 */