Don't redeclare functions defined in <stdlib.h>

Noticed by:	bento
This commit is contained in:
Kris Kennaway 2002-08-23 03:45:05 +00:00
parent 59b02b9c4e
commit f518c8fa0f

View File

@ -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();