environ (7) Linux Manual Page
environ – user environment Synopsis extern char **environ; Description The variable environ points to an array of pointers to strings called the "environment". The last pointer in this array has the value NULL. (This variable must be declared in the user program, but is declared in the header file <unistd.h> if the _GNU_SOURCE feature test…
