23 #ifndef _PLUGINS_UTILS_STRING_H_
24 #define _PLUGINS_UTILS_STRING_H_
33 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.