Sorting

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Sorting

413件の閲覧回数
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 返信

231件の閲覧回数
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 件の賞賛