Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1465 → Rev 1464

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