build: заголовочный файл

main
LyzhinAK 23 часов назад
Родитель 123602babe
Сommit 42c11155e1

@ -0,0 +1,10 @@
#ifndef HISTOGRAM_H_INCLUDED
#define HISTOGRAM_H_INCLUDED
#include <vector>
#include "histogram.cpp"
std::vector<size_t>
make_histogram(const std::vector<double>& numbers, size_t buckets, size_t number_count);
#endif // HISTOGRAM_H_INCLUDED
Загрузка…
Отмена
Сохранить