|
arsenalgear-cpp
A library containing general purpose C++ utils.
|
#include <arsenalgear/system.hpp>#include <stdexcept>#include <string>#include <array>#include <memory>#include <cstdio>
Namespaces | |
| agr | |
Functions | |
| std::string | agr::getCommandOut (const char *command) |
| Function used to get the output of a shell command. More... | |