sist2/src/stats.h
2020-05-17 12:47:02 -04:00

7 lines
131 B
C

#ifndef SIST2_STATS_H
#define SIST2_STATS_H
int generate_stats(index_t *index, double threshold, const char* out_prefix);
#endif