Zan Lynx <[EMAIL PROTECTED]> posted
[EMAIL PROTECTED], excerpted below, on  Mon, 25 Aug 2008 10:12:05
-0600:

> It depends on the OS that you are using.  On Linux x86_64, long is 64
> bits.  On Windows, long is 32 bits.
> 
> The C99 types such as uint32_t, int64_t, etc. are the way to go if bits
> matter.  If you need an int that can hold a pointer, use intptr_t.
> 
> Most C/C++ compilers lower than C99 have these types as well, but under
> slightly different names.

Thanks.

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman



_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to