Posts Tagged ‘unsetenv’

clearenv – clear the environment
USAGE
#include <stdlib.h>

int clearenv(void);

DESCRIPTION
The clearenv() function clears the environment of all name-value pairs
and sets the value of the external variable environ to NULL.

RETURN [...]

Thursday, August 27th, 2009 at 00:22 | Comments Off
Categories: c
TOP