Rev 1234 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1234 | Rev 1465 | ||
|---|---|---|---|
| Line 32... | Line 32... | ||
| 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 | int putchar(int c); |
| - | 37 | int getchar(void); |
|
| 37 | 38 | ||
| 38 | #endif |
39 | #endif |