Rev 534 | Rev 787 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 534 | Rev 575 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | #define INT8 1 |
34 | #define INT8 1 |
35 | #define INT16 2 |
35 | #define INT16 2 |
36 | #define INT32 4 |
36 | #define INT32 4 |
37 | #define INT64 8 |
37 | #define INT64 8 |
38 | 38 | ||
39 | extern void putchar(const char c); |
- | |
40 | extern void printf(const char *fmt, ...); |
39 | extern void printf(const char *fmt, ...); |
41 | 40 | ||
42 | #endif |
41 | #endif |