Jlm
Namespaces | Functions | Variables
Program.cpp File Reference
#include <jlm/util/common.hpp>
#include <jlm/util/Program.hpp>
#include <spawn.h>
#include <sys/wait.h>
Include dependency graph for Program.cpp:

Go to the source code of this file.

Namespaces

 jlm
 
 jlm::util
 

Functions

int jlm::util::executeProgramAndWait (const std::string &programName, const std::vector< std::string > &programArguments)
 
std::string jlm::util::getDotViewer ()
 

Variables

char ** environ
 

Variable Documentation

◆ environ

char** environ
extern