use internal *printf() clones

This commit is contained in:
Daniel Stenberg 2005-09-16 05:49:53 +00:00
parent 528a149def
commit 09c8f558f7

View File

@ -91,6 +91,10 @@
#include <pwd.h> #include <pwd.h>
#include <grp.h> #include <grp.h>
#define ENABLE_CURLX_PRINTF
/* make the curlx header define all printf() functions to use the curlx_*
versions instead */
#include "curlx.h" /* from the private lib dir */
#include "getpart.h" #include "getpart.h"
#include "util.h" #include "util.h"