#pragma once #include #define EXPORT __attribute__((visibility("default"))) EXPORT std::string urlDecode(std::string s);