# | Line 1 | Line 1 | |
---|---|---|
1 | #ifndef lint | |
2 | < | static const char RCSid[] = "$Id$"; |
2 | > | static const char RCSid[] = "$Id$"; |
3 | #endif | |
4 | /* | |
5 | * Human-readable file I/O | |
# | Line 8 | Line 8 | static const char RCSid[] = "$Id$"; | |
8 | ||
9 | #include "meta.h" | |
10 | ||
11 | – | |
12 | – | |
13 | – | #if CPM || MAC |
14 | – | #define getc agetc |
15 | – | #define putc aputc |
16 | – | #endif |
11 | ||
12 | ||
13 | static PRIMITIVE peof = {PEOF, 0200, -1, -1, -1, -1, NULL}; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |