I am using mqx 3.5 .
I want to sort date & timestamp.
Can anyone suggest any logic??
Or Is there any data type to store 64bit integer in mqx3.5(MCF52259)
I used EWL C qsort, from stdlib.h. Just need to implement your own compare() function, and an array is sorted based on the compare() results.
C99 has long long and unsigned long long data types.