code: пункт 4.3 (объявление show_histogram_text)

Этот коммит содержится в:
2024-04-23 18:48:50 +03:00
родитель 7bb7ec73f5
Коммит 8f068c5b7c

3
text.h
Просмотреть файл

@@ -1,6 +1,9 @@
#ifndef TEXT_H_INCLUDED
#define TEXT_H_INCLUDED
#include <vector>
std::vector<size_t>
show_histogram_text(const std::vector<double>& bins);
#endif // TEXT_H_INCLUDED