cs-lab34/lab01/text.h

6 строки
149 B
C++

#pragma once
#include <vector>
#include "text.cpp"
void
show_histogram_text (const std::vector<double>& bins,size_t MAX_ASTERISK, size_t bin_count);