K 10 svn:author V 5 peter K 8 svn:date V 27 1999-07-09T17:54:39.000000Z K 7 svn:log V 343 Implement the %q prefix for the integer types. Note that egcs on the Alpha believes that %q is for long long, whereas our quad_t and int64_t is only just a plain long. long long on the alpha is the same size (64 bit) as a long. It was requested, but I have not implemented yet, support for C9X style %lld - it should be pretty easy though. END