Subversion Repositories HelenOS

Rev

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

Rev 3386 Rev 4263
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#ifndef KERN_PUTCHAR_H_
35
#ifndef KERN_PUTCHAR_H_
36
#define KERN_PUTCHAR_H_
36
#define KERN_PUTCHAR_H_
37
 
37
 
38
extern void putchar(const char ch);
38
extern void putchar(const wchar_t ch);
39
 
39
 
40
#endif
40
#endif
41
 
41
 
42
/** @}
42
/** @}
43
 */
43
 */