This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: `quad' printf format specifier ?


Marc Espie <Marc.Espie@liafa.jussieu.fr> writes:

|> I would very much like to know what's the exact status of stuff such as
|> atoq(), or printf("%qd").  Does it correspond to any current standard/draft,
|> or is it just a common extension that is supposed to work in a given way ?

The C9X standard has atoll and printf("%lld"), and generally uses the ll
suffix for long long variants of funtions.  The `q' variants are just BSD
extensions.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.cs.uni-dortmund.de                      completely different"
schwab@gnu.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]