mirror of
https://github.com/simon987/sist2.git
synced 2025-04-21 03:06:47 +00:00
7 lines
131 B
C
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
|