Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1172 → Rev 1173

/uspace/trunk/libc/include/io/io.h
33,5 → 33,6
 
int putnchars(const char * buf, size_t count);
int putstr(const char * str);
int putchar(int c);
 
#endif