ack/lang/cem/libcc.ansi/misc/environ.c

11 lines
149 B
C
Raw Normal View History

/*
* environ.c - define the variable environ
*/
1994-06-24 14:02:31 +00:00
/* $Id$ */
#include <unistd.h>
/* Contains storage for the environ variable. */
char** environ;