#include #include void func(const char* data); void func2(std::string data); int main(void) { std::string str ="abc"; fun