| # | Line 66 | Line 66 | extern char *memcpy(), *memset(); | |
|---|---|---|
| 66 | ||
| 67 | extern char *sskip(); | |
| 68 | extern char *getpath(), *getenv(); | |
| 69 | + | #ifndef malloc |
| 70 | extern char *malloc(), *calloc(), *realloc(); | |
| 71 | + | #endif |
| 72 | extern char *bmalloc(), *savestr(), *savqstr(); | |
| 73 | ||
| 74 | #ifdef MSDOS | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |