Rev 974 | Rev 1234 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 974 | Rev 985 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 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, ...); |
38 | extern int printf(const char *fmt, ...); |
| - | 39 | #define fprintf(f, fmt, ...) printf(fmt, ##__VA_ARGS__) |
|
| 39 | 40 | ||
| 40 | #endif |
41 | #endif |