Don't redeclare functions defined in <stdlib.h>
Noticed by: bento
This commit is contained in:
parent
59b02b9c4e
commit
f518c8fa0f
@ -305,13 +305,6 @@ static int debug; /* controlled by dbzdebug() */
|
||||
#define Debug(args) ;
|
||||
#endif
|
||||
|
||||
/* externals used */
|
||||
extern char *malloc();
|
||||
extern char *calloc();
|
||||
extern void free(); /* ANSI C; some old implementations say int */
|
||||
extern int atoi();
|
||||
extern long atol();
|
||||
|
||||
/* misc. forwards */
|
||||
static long hash();
|
||||
static void crcinit();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user