Skip to main content
construct_envp
std
1.97.0-nightly
(a5c825cd8 2026-04-14)
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