Function linux_syscalls::init_from_environ
source · pub unsafe fn init_from_environ(env: *const *const u8)Available on crate feature
bare only.Expand description
Initialize library from the environment list pointer (char **envp).
It’s recommended to call it before anything else in the main function.
Safety
Dealing with pointers is unsafe by definition.