cs-lab34-3/text.h

11 строки
187 B
C++

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