ack/lang/cem/libcc.ansi/core/stdlib/environ.c
2018-06-22 22:20:02 +02:00

11 lines
149 B
C

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