shithub: mc

ref: b86eca27aa6778359fcf2e1671c1cd86429b8bed
dir: /libstd/env.myr/

View raw version
use "sleq.use"

pkg std =
	extern var _environment	: byte[:][:]
	const getenv	: (name : byte[:] -> option(byte[:]))
;;