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:
parent
cb4075e855
commit
76721c2348
1 changed files with 1 additions and 4 deletions
|
@ -106,10 +106,7 @@ extern char *_DtGetMessage(char *filename, int set, int n, char *s);
|
||||||
#define PS2_DIN_NAME "PS2_DIN_KEYBOARD"
|
#define PS2_DIN_NAME "PS2_DIN_KEYBOARD"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern char *getenv P((const char *)) ;
|
#include <stdlib.h>
|
||||||
extern char *mktemp P((char *)) ;
|
|
||||||
|
|
||||||
extern double drand48 P(()) ;
|
|
||||||
|
|
||||||
#define MEM 1
|
#define MEM 1
|
||||||
#define FIN 2
|
#define FIN 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue