what is pissing me off here is the:
getenv(3) doesn’t return environ, instead it returns individual environment values.
Is it possible to retrieve the environ value in some other way?
Why do you need it?
oh no, a library wanting to loop over the environment is too much, but executables can, i guess?