Skip to main content
construct_envp
std
1.96.0-nightly
(38c0de8dc 2026-02-28)
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