Rev 1465 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1465 | Rev 1508 | ||
|---|---|---|---|
| Line 32... | Line 32... | ||
| 32 | #include <types.h> |
32 | #include <types.h> |
| 33 | #include <stdarg.h> |
33 | #include <stdarg.h> |
| 34 | 34 | ||
| 35 | #define EOF (-1) |
35 | #define EOF (-1) |
| 36 | 36 | ||
| - | 37 | #include <io/stream.h> |
|
| - | 38 | ||
| 37 | extern int getchar(void); |
39 | extern int getchar(void); |
| 38 | 40 | ||
| 39 | extern int puts(const char * str); |
41 | extern int puts(const char * str); |
| 40 | extern int putchar(int c); |
42 | extern int putchar(int c); |
| 41 | 43 | ||