Andreas Jellinghaus wrote:
> unsigned int is a 64 bit number on 64bit architectures?
>   
unsigned int is 32-bits on 64-bit archs (at least x86_64 as compiled w/
GCC and VC++ [in fact w/ VC++ is LLP meaning to get a 64-bit number, you
need to use "long long"..])

unsigned long is 64-bit in GCC..
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to