5#ifndef BITCOIN_UTIL_EXEC_H
6#define BITCOIN_UTIL_EXEC_H
17int ExecVp(
const char* file,
char*
const argv[]);
int ExecVp(const char *file, char *const argv[])
Cross-platform wrapper for POSIX execvp function.
fs::path GetExePath(std::string_view argv0)
Return path to current executable assuming it was invoked with argv0.