cs-lab34/text.h

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

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