Родитель
446c71e77a
Сommit
894d3fe0ee
@ -0,0 +1 @@
|
|||||||
|
#pragma once
|
@ -1,9 +1,9 @@
|
|||||||
#ifndef HISTOGRAM_H_INCLUDED
|
#ifndef TEXT_H_INCLUDED
|
||||||
#define HISTOGRAM_H_INCLUDED
|
#define TEXT_H_INCLUDED
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
void
|
void
|
||||||
show_histogram_text(const std::vector<size_t>& bins, size_t& bin_count);
|
show_histogram_text(const std::vector<size_t>& bins, size_t& bin_count);
|
||||||
|
|
||||||
#endif // HISTOGRAM_H_INCLUDED
|
#endif // TEXT_H_INCLUDED
|
Загрузка…
Ссылка в новой задаче