Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
exec.hh
1#pragma once
2
3#include "os-string.hh"
4
5namespace nix {
6
13int execvpe(const OsChar * file0, const OsChar * const argv[], const OsChar * const envp[]);
14
15}
char OsChar
Definition os-string.hh:17