Subversion Repositories HelenOS-historic

Rev

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

Rev 1113 Rev 1173
Line 31... Line 31...
31
 
31
 
32
#include <libarch/types.h>
32
#include <libarch/types.h>
33
 
33
 
34
int putnchars(const char * buf, size_t count);
34
int putnchars(const char * buf, size_t count);
35
int putstr(const char * str);
35
int putstr(const char * str);
-
 
36
int putchar(int c);
36
 
37
 
37
#endif
38
#endif