dtcalc/calctool.h: Use include stdlib rather than extern declarations

This commit is contained in:
Jon Trulson
2018-11-08 14:19:25 -07:00
parent cb4075e855
commit 76721c2348

View File

@@ -106,10 +106,7 @@ extern char *_DtGetMessage(char *filename, int set, int n, char *s);
#define PS2_DIN_NAME "PS2_DIN_KEYBOARD"
#endif
extern char *getenv P((const char *)) ;
extern char *mktemp P((char *)) ;
extern double drand48 P(()) ;
#include <stdlib.h>
#define MEM 1
#define FIN 2