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 [...]
Categories: c
