Files
sist2/src/stats.h
simon987 4625bca9a9 stats
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