cs-lab34/text.h

9 строки
209 B
C++

#ifndef TEXT_H_INCLUDED
#define TEXT_H_INCLUDED
#include <vector>
#include <iostream>
void show_histogram_text(const std::vector<size_t>& bins, size_t& bin_count, double bin_size);
#endif // TEXT_H_INCLUDED