rustix icon indicating copy to clipboard operation
rustix copied to clipboard

getenv implementation

Open LGFae opened this issue 5 months ago • 0 comments

The getenv C function is neither implemented nor contained within the not_implemented module.

I believe it would probably fall under the category of either libc_internals or higher_level. Nevertheless, it would be good to document it, since I just spent a few minutes trying to find it.

LGFae avatar Sep 09 '25 21:09 LGFae