cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: FTP large file support patch

From: Bjorn Reese <breese_at_mail1.stofanet.dk>
Date: 13 Dec 2003 03:47:34 +0100

On Thu, 2003-12-11 at 23:40, Daniel Stenberg wrote:

> Since we in fact have our own printf() code, we could make 'lld' always output
> off_t, even on platforms where off_t is only 4 bytes... :-)

Or change to trio and use

  off_t sz = foo();
  trio_printf("Size is %&i\n", sizeof(sz), sz);

-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
Received on 2003-12-13