pub unsafe fn environ_get(
environ: *mut *mut u8,
environ_buf: *mut u8,
) -> Result<(), Errno>Expand description
Read environment variable data.
The sizes of the buffers should match that returned by environ_sizes_get.
Key/value pairs are expected to be joined with =s, and terminated with \0s.