This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: hpux vs long long libstdc++-v3


On Sat, Dec 22, 2001 at 10:43:41AM -0700, law@redhat.com wrote:
>   > Are intmax_t and uintmax_t different from long long?
> Yes.  They can be basic integers or long long types.  Ugh.
> Does that mean I need to update the types in the strtoll and strtoull
> statements to use intmax_t and uintmax_t.

You shouldn't have to do anything here.  You'd only need to use
intmax_t if you needed to match a prototype in the system headers.
But that's not the case with the underscore-less "strtoll".


r~


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