#include #include extern char ** environ; value unix_environment() { return copy_string_array(environ); }