#pragma once #include namespace habdec { std::string CRC(std::string i_str); } // namespace habdec