#pragma once #include #define EXPORT __attribute__((visibility("default"))) namespace Reichwein::URL { EXPORT std::string urlDecode(std::string s); } // namespace