performance-aware-programming/haversine_02/generator.h

9 lines
148 B
C

#ifndef GENERATOR_H
#define GENERATOR_H
#include "point_types.h"
void fill_pairs_array(PairArray *pairs, bool clustered);
#endif // !GENERATOR_H