/* * nullenv.c */ #include #include "env.h" char * const __null_environ[] = { NULL };