Rev 4508 | Rev 4514 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4508 | Rev 4509 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #ifndef LIBC_STDIO_H_ |
35 | #ifndef LIBC_STDIO_H_ |
| 36 | #define LIBC_STDIO_H_ |
36 | #define LIBC_STDIO_H_ |
| 37 | 37 | ||
| 38 | #include <sys/types.h> |
38 | #include <sys/types.h> |
| 39 | #include <stdarg.h> |
39 | #include <stdarg.h> |
| 40 | #include <libadt/list.h> |
40 | #include <adt/list.h> |
| 41 | 41 | ||
| 42 | #define EOF (-1) |
42 | #define EOF (-1) |
| 43 | 43 | ||
| 44 | #define DEBUG(fmt, ...) \ |
44 | #define DEBUG(fmt, ...) \ |
| 45 | { \ |
45 | { \ |