Sorting

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Sorting

866 次查看
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)

标记 (2)
0 项奖励
回复
1 回复

684 次查看
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 项奖励
回复