From 7ad71b59f42d2a1b6404d0bbdaef4923a3d5a4e9 Mon Sep 17 00:00:00 2001 From: "Alice (IvanovII)" Date: Mon, 5 Jun 2023 02:04:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D0=B0=D1=80=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 svg.h diff --git a/svg.h b/svg.h new file mode 100644 index 0000000..8e959f0 --- /dev/null +++ b/svg.h @@ -0,0 +1,9 @@ +#ifndef SVG_H_INCLUDED +#define SVG_H_INCLUDED + +#include +void +show_histogram_svg(const std::vector& bins, size_t number_count); + + +#endif // SVG_H_INCLUDED