environGet

fnErrno environGet(ubyte * * environ, ubyte * environBuf) @importName("environ_get")

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.