mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:03:31 +03:00
added memory debugging include file
This commit is contained in:
parent
d49d05bce6
commit
0f8facb49b
14 changed files with 66 additions and 1 deletions
|
|
@ -98,6 +98,10 @@ static const char rcsid[] = "@(#)$Id$";
|
|||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
/* The last #include file should be: */
|
||||
#ifdef MALLOCDEBUG
|
||||
#include "memdebug.h"
|
||||
#endif
|
||||
|
||||
#define BUFFSIZE 256 /* buffer for long-to-str and float-to-str calcs */
|
||||
#define MAX_PARAMETERS 128 /* lame static limit */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue