[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 thought there was a GCC run-time library for this stuff,

I doubt it.  printf() is part of stdio, which is far too complex to be
shipped with GCC.

> but perhaps a better question would have been, 'Where can't a GCC
> user do a printf() using "%ll"?'.

On any system that predates `long long'.  For example, SunOS 4.1.x,
Ultrix, etc.

Reply via email to