cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Download a gif

From: Michael Hecker <Hecker.Michael_at_gmx.de>
Date: Fri, 15 Feb 2008 16:50:23 +0100

Linus Nielsen Feltzing schrieb:
> Michael Hecker wrote:
>> I want to write it to the console.
>
> Like a hex dump?
>
> Something like this?
>
> for(i = 0;i < chunk1.size;i++) {
> printf("%02x ", chunk1.memory[i]);
> }

That is exactly what I wanted.
Thank you very much!

Michael
>
> Linus
>
Received on 2008-02-15