Rev 504 | Rev 985 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 504 | Rev 974 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | #ifndef __LIBC__STDIO_H__ |
29 | #ifndef __LIBC__STDIO_H__ |
| 30 | #define __LIBC__STDIO_H__ |
30 | #define __LIBC__STDIO_H__ |
| 31 | 31 | ||
| 32 | #include <types.h> |
32 | #include <types.h> |
| 33 | 33 | ||
| 34 | #define EOF -1 |
34 | #define EOF (-1) |
| 35 | 35 | ||
| 36 | extern int puts(const char * str); |
36 | extern int puts(const char * str); |
| 37 | 37 | ||
| - | 38 | extern int printf(const char *fmt, ...); |
|
| - | 39 | ||
| 38 | #endif |
40 | #endif |