Subversion Repositories HelenOS-historic

Rev

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

Rev 1 Rev 63
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __PUTCHAR_H__
29
#ifndef __PUTCHAR_H__
30
#define __PUTCHAR_H__
30
#define __PUTCHAR_H__
31
 
31
 
32
extern void putchar(char ch);
32
extern void putchar(const char ch);
33
 
33
 
34
#endif
34
#endif