std
1.91.0-nightly
(ca7750494 2025-08-09)
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