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: unsigned long long constant


oh.. nevermind..
it does work..
m.

On Tue, 5 Mar 2002 14:28:23 +0100
"Michal Liptak" <liptak@isdd.sk> wrote:

> I want to use a constant of type long long unsigned.. should I use ULL as a suffix?
> for instance 1234ULL..
> this doesn't work with gcc 3.0.3 as it gives me error: `ULL' undeclared (first use this function)
> 
> I took the ULL notation from /usr/include/limits.h:
> #   define ULLONG_MAX   18446744073709551615ULL
> 
> thanks..
> m.


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