| # | Line 59 | Line 59 | extern char errmsg[]; /* global buffer for error me | |
|---|---|---|
| 59 | #define bcopy(s,d,n) (void)memcpy(d,s,n) | |
| 60 | #define bzero(d,n) (void)memset(d,0,n) | |
| 61 | #define bcmp(b1,b2,n) memcmp(b1,b2,n) | |
| 62 | – | extern char *memcpy(), *memset(); |
| 62 | #define index strchr | |
| 63 | #define rindex strrchr | |
| 64 | #endif | |
| # | Line 70 | Line 69 | extern char *getpath(), *getenv(); | |
| 69 | extern char *malloc(), *calloc(), *realloc(); | |
| 70 | #endif | |
| 71 | extern char *bmalloc(), *savestr(), *savqstr(); | |
| 72 | + | |
| 73 | + | #ifdef DCL_ATOF |
| 74 | + | extern double atof(); |
| 75 | + | #endif |
| 76 | ||
| 77 | #ifdef MSDOS | |
| 78 | #define NIX 1 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |