cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Download a gif

From: Linus Nielsen Feltzing <linus_at_haxx.se>
Date: Fri, 15 Feb 2008 11:50:52 +0100

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]);
}

Linus
Received on 2008-02-15