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