15 #ifndef OPENSCENARIO_INTERPRETER__POSIX__FORK_EXEC_HPP_
16 #define OPENSCENARIO_INTERPRETER__POSIX__FORK_EXEC_HPP_
25 inline namespace posix
27 int execvp(
const std::vector<std::string> &);
29 pid_t
fork_exec(
const std::vector<std::string> &);
pid_t fork_exec(const std::vector< std::string > &)
Definition: fork_exec.cpp:49
int execvp(const std::vector< std::string > &)
Definition: fork_exec.cpp:27
Definition: escape_sequence.hpp:22
std::string string
Definition: junit5.hpp:26