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

7 lines
125 B
C

#ifndef BUCKETSORT_H_
#define BUCKETSORT_H_
long int* bucket_sort(char *, int, long int);
#endif /* BUCKETSORT_H_ */