1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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