j
k
j a
j l
On 08.03.2017 15:42, Bruno Jesus wrote:
{ -1, "-1", 2}, { ULL(0xFFFFFFFF,0xFFFFFFFF), "-1", 2},
{ -1, "-1", 2},
{ ULL(0xFFFFFFFF,0xFFFFFFFF), "-1", 2},
You can remove the second test. 0xffffffffffffffff and -1 are just different representations for the same number.
Best regards, Sebastian
Back to the thread
Back to the list