This is the mail archive of the gcc-help@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: Hi ! help please


On 1 January 2016 at 16:03, Vincent Diepeveen wrote:
>
> If result returns integer it's ok.
> If it returns a Long you are in trouble usually as then it has to compare
> with
>
> 0L
>
> unsigned long or 64 bits unsigned:
>
> 0ULL

Why is that a problem?


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