FIN_LAB34/text.h

8 строки
169 B
C++

#ifndef TEXT_H_INCLUDED
#define TEXT_H_INCLUDED
#include <vector>
using namespace std;
void show_histogram_text(const vector <size_t> &bins);
#endif // TEXT_H_INCLUDED