This is the mail archive of the gcc-bugs@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 ?


In message <199902060541.AAA04019@blastula.phys.columbia.edu>
	so spake Zack Weinberg (zack):

> Is quad_t 64 bits on all platforms of OpenBSD?

Yes, the line:
    typedef int64_t              quad_t;
is the same on all ports.  int64_t is a "long" on 64-bit ports
and "long long" on 32-bit ports.

 - todd


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