#[no_mangle]
pub extern "C" fn nstd_env_temp_dir() -> NSTDString<'static>
Available on crate feature nstd_env only.
Expand description

Returns a complete path to a temporary directory.

Any non-Unicode sequences are replaced with the Unicode replacement character.

Returns

NSTDString temp - A path to the temporary directory.