Sorting

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Sorting

407 Views
netra
Contributor IV

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)

Tags (2)
0 Kudos
1 Reply

225 Views
Martin_
NXP Employee
NXP Employee

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.

0 Kudos