23 #ifndef __PLUGINS_OPENPRS_UTILS_STRING_H_ 24 #define __PLUGINS_OPENPRS_UTILS_STRING_H_ 36 std::vector<std::string>
envp_copy_expand(
char *environ[],
const char *path_ext[]);
Fawkes library namespace.
std::string command_args_tostring(const char *argv[])
Convert command args to string.
std::string envp_tostring(char *envp[])
Convert environment to string.
std::vector< std::string > envp_copy_expand(char *environ[], const char *path_ext[])
Copy an environment and extend certain paths.