#ifndef MYSTATISTICS_HPP #define MYSTATISTICS_HPP #include namespace mystat { void get_stats(const std::vector &, double & , double & ); } #endif