habdec/code/Decoder/CRC.h

11 wiersze
112 B
C++

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