| # | Line 64 | Line 64 | extern char *memcpy(), *memset(); | |
|---|---|---|
| 64 | #define rindex strrchr | |
| 65 | #endif | |
| 66 | ||
| 67 | + | #ifndef atof |
| 68 | + | extern double atof(); |
| 69 | + | #endif |
| 70 | extern char *sskip(); | |
| 71 | extern char *getpath(), *getenv(); | |
| 72 | + | #ifndef malloc |
| 73 | extern char *malloc(), *calloc(), *realloc(); | |
| 74 | + | #endif |
| 75 | extern char *bmalloc(), *savestr(), *savqstr(); | |
| 76 | ||
| 77 | #ifdef MSDOS | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |