Skip to content

Commit 0cc3145

Browse files
author
Shishir Horane
committed
exposed more methods from qsort.h
1 parent 0bd9f4b commit 0cc3145

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

indexer/qsort

0 Bytes
Binary file not shown.

indexer/qsort.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@ void alloc_device_pointers(unsigned long int suff_size);
2222
void free_memory();
2323
void quick_sort_genome(int *device_arr, unsigned long int suff_size);
2424
void quick_sort_bucket(int *device_arr, int bucket_size, int bucket_number, bool last_bucket);
25+
void print(int *array, int n);
26+
void print_gene_array(int *array, int n);
27+
int setup( int num , char* filename );
28+
void read_genome2(char *filename, char *buffer, int num);
2529

2630
#endif

0 commit comments

Comments
 (0)