fcds-lab-2015/c_sequential/bucketsort/bucketsort.h

7 lines
125 B
C
Raw Normal View History

2015-04-25 13:31:21 +00:00
#ifndef BUCKETSORT_H_
#define BUCKETSORT_H_
long int* bucket_sort(char *, int, long int);
#endif /* BUCKETSORT_H_ */