construct_envp
std
1.92.0-nightly
(5c7ae0c7e 2025-10-02)
In std::
sys::
process::
unix::
common
std
::
sys
::
process
::
unix
::
common
Function
construct_
envp
Copy item path
Source
fn construct_envp( env:
BTreeMap
<
OsString
,
OsString
>, saw_nul: &mut
bool
, ) ->
CStringArray