/* * environ.c - define the variable environ */ /* $Id$ */ #include /* Contains storage for the environ variable. */ char** environ;