#pragma once #ifndef THREAD_CTRL_H #define THREAD_CTRL_H #include #include #include #include int start_thread(const std::string& command); #endif