code: 3.разделение прогораммы на файлы(заголовочный файл text.h)

master
MokeevNV 1 месяц назад
Родитель 23a1b04d16
Сommit f0f272d056

@ -0,0 +1,10 @@
#ifndef TEXT_H_INCLUDED
#define TEXT_H_INCLUDED
#include <iostream>
#include <vector>
void show_histogram_text(const std::vector<size_t> &bins);
#endif // TEXT_H_INCLUDED
Загрузка…
Отмена
Сохранить