Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1464 → Rev 1465

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