uses the "internal" mprintf() routines for formatted output

This commit is contained in:
Daniel Stenberg 2000-11-21 19:05:26 +00:00
parent 29d21bea18
commit 50d564b4d4
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@
#include "setup.h"
#include <curl/curl.h>
#define _MPRINTF_REPLACE
#include <curl/mprintf.h>
#include "urldata.h"
#include <stdio.h>
#include <string.h>