Subversion Repositories HelenOS-historic

Rev

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

Rev 974 Rev 1113
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __LIBC__IO_H__
29
#ifndef __LIBC__IO_H__
30
#define __LIBC__IO_IO_H__
30
#define __LIBC__IO_IO_H__
31
 
31
 
32
#include <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
 
36
 
37
#endif
37
#endif