Skip to main content
construct_envp
std
1.98.0-nightly
(6368fd52c 2026-05-29)
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