Re: [hatari-devel] Usage of long long data type? |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Le 02/11/2015 20:09, Uwe Seimet a écrit :
Hi all, there are some source files that use the long long data type. So if I contribute code which uses long long this would not be a problem, would it? I guess that the regular long type is not sufficient on all systems supported by Hatari if I need a 64 bit data type?
Hisome variables already use it. For portability, I suggest you use Sint64 or Uint64.
example : extern Uint64 CyclesGlobalClockCounter;
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |