[EMAIL PROTECTED] (Steven M. Schweda) writes: > The other function arguments control various formatting options. (Where > can't GCC printf() using "%ll"?)
For the record, GCC doesn't printf() anything, printf is defined in the standard library. If the operating system's printf() doesn't support "%ll", it will not work in GCC either. > I don't claim that it's a perfect scheme, but it would probably pay > to look at the beta code for Zip 3.0 and/or UnZip 6.0 to see how > these things are done in a _very_ portable program. (Before doing > something even more lame.) It certainly seems the InfoZip developers have paid a great deal of attention to LFS and portability. Thanks for the tip.
