You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
182 B
C++

#include <memory>
#include <iostream>
#include <algorithm>
std::string shell_cmd(char const *cmd);
void trim(std::string &s);
void rtrim(std::string &s);
void ltrim(std::string &s);