cs-lab34/svg.h

6 строки
192 B
C++

#ifndef SVG_H_INCLUDED
#define SVG_H_INCLUDED
#include <vector>
void show_histogram_svg(const std::vector<std::size_t>& bins, const std::vector<std::string>& colors);
#endif // SVG_H_INCLUDED