aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/sort/insertion.h
blob: 6e37c5fecd23ac763c319f27c9eaf2ef61a23d79 (plain)
1
2
3
4
5
6
#ifndef __INSERTION_H__
#define __INSERTION_H__

int insert_sort(uint64_t *res, const uint64_t *T);

#endif // __INSERTION_H__